ProductVariantSortKeys enum
The set of valid sort keys for the ProductVariant query.
Values
- TITLE
Sort by thetitle
value. - ID
Sort by theid
value. - INVENTORY_LEVELS_AVAILABLE
Sort by theinventory_levels.available
value. - INVENTORY_MANAGEMENT
Sort by theinventory_management
value. - INVENTORY_POLICY
Sort by theinventory_policy
value. - INVENTORY_QUANTITY
Sort by theinventory_quantity
value. - NAME
Sort by thename
value. - POPULAR
Sort by thepopular
value. - POSITION
Sort by theposition
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. - SKU
Sort by thesku
value. - FULL_TITLE
Sort by thefull_title
value.