Home > @vsf-enterprise/sapcc > SearchOrdersProps
SearchOrdersProps interface
Signature:
export interface SearchOrdersProps
Properties
| Property | Type | Description |
|---|---|---|
| currentPage? | number | (Optional) The current result page requested. |
| customQuery? | CustomQuery | (Optional) The custom query fields. |
| pageSize? | number | (Optional) The number of results returned per page. |
| sort? | string | (Optional) Sorting method applied to the return results. |
| statuses? | string | (Optional) Filters only certain order statuses. For example, statuses=CANCELLED,CHECKED_VALID would only return orders with status CANCELLED or CHECKED_VALID. |