Get the list of Id's of all open orders (without pagination)
Name | Type | Description |
---|---|---|
filters | FieldsFilter | Filters to apply |
sorting | List<FieldSorting> | Sorting to apply |
fulfilmentCenter | Guid | Location to get the orders for |
additionalFilter | String | Additional filter |
exactMatch | Boolean | Whether we should use |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Orders/GetAllOpenOrders
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.
sorting=[
{
"FieldCode": 0,
"Direction": 0,
"Order": 1
}
]&fulfilmentCenter=2796c369-4e5a-41f6-b372-cfacc9b4714b&additionalFilter=sample string 1&exactMatch=true
This is an example of the response JSON. Results will vary depending on your data.
[
"0bf79365-dfbf-4376-afca-b9c65068b674"
]