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.
GET | 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=22331782-be74-4374-9182-cda36dfd8d1c&additionalFilter=sample string 1
This is an example of the response JSON. Results will vary depending on your data.
[
"8c103432-c36e-42c8-af71-f86da0110853"
]