Skip to main content

OrderSortField

No description

enum OrderSortField {
NUMBER
RANK
CREATION_DATE
CREATED_AT
LAST_MODIFIED_AT
CUSTOMER
PAYMENT
FULFILLMENT_STATUS
}

Values

OrderSortField.NUMBER

Sort orders by number.

OrderSortField.RANK

Sort orders by rank. Note: This option is available only with the search filter.

OrderSortField.CREATION_DATE

Sort orders by creation date.

DEPRECATED: this field will be removed in Saleor 4.0.

OrderSortField.CREATED_AT

Sort orders by creation date.

DEPRECATED: this field will be removed in Saleor 4.0.

OrderSortField.LAST_MODIFIED_AT

Sort orders by last modified at.

OrderSortField.CUSTOMER

Sort orders by customer.

OrderSortField.PAYMENT

Sort orders by payment.

OrderSortField.FULFILLMENT_STATUS

Sort orders by fulfillment status.

Member Of

OrderSortingInput input