ProductSortKeys enum
The set of valid sort keys for the Product query.
Values
- VENDOR
Sort by thevendor
value. - ID
Sort by theid
value. - INVENTORY_TOTAL
Sort by theinventory_total
value. - PRODUCT_TYPE
Sort by theproduct_type
value. - PUBLISHED_AT
Sort by thepublished_at
value. - RELEVANCE
During a search (i.e. when thequery
parameter 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 thetitle
value. - UPDATED_AT
Sort by theupdated_at
value. - CREATED_AT
Sort by thecreated_at
value.