Anchor to OrderSortKeysOrder
enumOrder Sort Keys
The set of valid sort keys for the Order query.
Anchor to Valid valuesValid values
- ID
- PROCESSED_AT
- RELEVANCE
- TOTAL_PRICE
Sort by the
idvalue.- Anchor to PROCESSED_ATPROCESSED_
AT Sort by the
value.- Anchor to RELEVANCERELEVANCE
Sort by relevance to the search terms when the
queryparameter is specified on the connection. Don't use this sort key when no search query is specified.- Anchor to TOTAL_PRICETOTAL_
PRICE Sort by the
value.
Was this section helpful?
Anchor to FieldsFields
- •ARGUMENT
A customer account with the shop. Includes data such as contact information, addresses and marketing preferences for logged-in customers, so they don't have to provide these details at every checkout.
Access the customer through the
customerquery using a customer access token obtained from themutation.The object implements the
interface, enabling retrieval of custom data associated with the customer.
Was this section helpful?