OrderSortKeys enum
The set of valid sort keys for the Order query.
Values
- UPDATED_AT
Sort by theupdated_at
value. - CUSTOMER_NAME
Sort by thecustomer_name
value. - FINANCIAL_STATUS
Sort by thefinancial_status
value. - FULFILLMENT_STATUS
Sort by thefulfillment_status
value. - ID
Sort by theid
value. - ORDER_NUMBER
Sort by theorder_number
value. - PROCESSED_AT
Sort by theprocessed_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. - TOTAL_PRICE
Sort by thetotal_price
value. - CREATED_AT
Sort by thecreated_at
value.