Alokai

CustomerOrderSortInput

CustomerOrderSortInput specifies the field to use for sorting search results and indicates whether the results are sorted in ascending or descending order.

type CustomerOrderSortInput = {
  sort_direction: SortEnum; /** Specifies the field to use for sorting */
  sort_field: CustomerOrderSortableField;
};

Referenced Types

On this page