Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderSortKeys
The set of valid sort keys for the Order query.
Signature:
export declare enum OrderSortKeys
| Member | Value | Description |
|---|---|---|
| CreatedAt | "CREATED_AT" |
Sort by the created_at value. |
| CustomerName | "CUSTOMER_NAME" |
Sort by the customer_name value. |
| Destination | "DESTINATION" |
Sort orders by their shipping address country and city. |
| FinancialStatus | "FINANCIAL_STATUS" |
Sort by the financial_status value. |
| FulfillmentStatus | "FULFILLMENT_STATUS" |
Sort by the fulfillment_status value. |
| Id | "ID" |
Sort by the id value. |
| OrderNumber | "ORDER_NUMBER" |
Sort by the order_number value. |
| PoNumber | "PO_NUMBER" |
Sort orders by their purchase order number. |
| ProcessedAt | "PROCESSED_AT" |
Sort by the processed_at value. |
| Relevance | "RELEVANCE" |
Sort by relevance to the search terms when the query parameter is specified on the connection. Don’t use this sort key when no search query is specified. |
| TotalItemsQuantity | "TOTAL_ITEMS_QUANTITY" |
Sort orders by the total quantity of all line items. |
| TotalPrice | "TOTAL_PRICE" |
Sort by the total_price value. |
| UpdatedAt | "UPDATED_AT" |
Sort by the updated_at value. |