OrderStatusSetSortInput
Sorting configuration for order status set search results
input OrderStatusSetSortInput {
field: OrderStatusSetSortField!
order: SortOrder!
}
Fields
OrderStatusSetSortInput.field
● OrderStatusSetSortField!
non-null enum
Field to sort the order status set results by.
Determines which property of the order status set will be used for ordering the search results. Available options include ID and name.
OrderStatusSetSortInput.order
● SortOrder!
non-null enum
Sort direction for the specified field.
Controls whether results are ordered in ascending (ASC) or descending (DESC) order. Defaults to ascending order.