Get the list of open order id's between two index with the current filters and sorting
Name | Type | Description |
---|---|---|
fromIndex | Int32 | From index |
toIndex | Int32 | To index |
filters | FieldsFilter | Filters to apply |
sorting | List<FieldSorting> | Sorting to apply |
fulfilmentCenter | Guid | Location to get the orders for |
additionalFilter | String | Additional filter |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/Orders/GetAllOpenOrdersBetweenIndex
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
fromIndex=1&toIndex=1&sorting=[
{
"FieldCode": 0,
"Direction": 0,
"Order": 1
}
]&fulfilmentCenter=098b1249-cce4-4a48-8a15-f1c5e3062318&additionalFilter=sample string 1
This is an example of the response JSON. Results will vary depending on your data.
[
"43f7e3ff-790c-40e7-ab73-f657916f118f"
]