ProfileItemSortKeys enum
The set of valid sort keys for the ProfileItem query.
Values
- VENDOR
Sort by thevendorvalue. - ID
Sort by theidvalue. - INVENTORY_TOTAL
Sort by theinventory_totalvalue. - PRODUCT_TYPE
Sort by theproduct_typevalue. - PUBLISHED_AT
Sort by thepublished_atvalue. - RELEVANCE
During a search (i.e. when thequeryparameter has been specified on the connection) this sorts the results by relevance to the search term(s). When no search query is specified, this sort key is not deterministic and should not be used. - TITLE
Sort by thetitlevalue. - UPDATED_AT
Sort by theupdated_atvalue. - CREATED_AT
Sort by thecreated_atvalue. 
