OrderSortKeys enum
The set of valid sort keys for the Order query.
Values
- UPDATED_AT
Sort by theupdated_atvalue. - CUSTOMER_NAME
Sort by thecustomer_namevalue. - FINANCIAL_STATUS
Sort by thefinancial_statusvalue. - FULFILLMENT_STATUS
Sort by thefulfillment_statusvalue. - ID
Sort by theidvalue. - ORDER_NUMBER
Sort by theorder_numbervalue. - PROCESSED_AT
Sort by theprocessed_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. - TOTAL_PRICE
Sort by thetotal_pricevalue. - CREATED_AT
Sort by thecreated_atvalue. 
