DraftOrderSortKeys enum
The set of valid sort keys for the DraftOrder query.
Values
- CUSTOMER_NAME
Sort by thecustomer_namevalue. - ID
Sort by theidvalue. - NUMBER
Sort by thenumbervalue. - 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. - STATUS
Sort by thestatusvalue. - TOTAL_PRICE
Sort by thetotal_pricevalue. - UPDATED_AT
Sort by theupdated_atvalue.
