You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
GetOrdersParams
Parameters for the getOrders API endpoint
export interface GetOrdersParams extends OrderWhereSearch {
limit?: number;
offset?: number;
sort?: string[];
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
limit | Optional | number | Pagination limit |
offset | Optional | number | Pagination offset |
sort | Optional | string[] | Sorting options. You can read more here |