Get orders by reference number or order numbers and process
Name | Type | Description |
---|---|---|
orderOrReferenceId | String | reference number or order number |
fulfilmentCenter | Guid | Current fulfilment center |
filters | FieldsFilter | Filters to apply |
batchScanned | Boolean | Defines if the batch is scanned. If no, the order will not be processed until |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/Orders/GetOpenOrderIdByOrderOrReferenceIdAndProcess HTTP/1.1
Host: eu-ext.linnworks.net
Connection: keep-alive
Accept: application/json, text/javascript, */*; q=0.01
Origin: https://www.linnworks.net
Accept-Language: en
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Referer: https://www.linnworks.net/
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
orderOrReferenceId=sample string 1&fulfilmentCenter=ff94bad9-9c52-4441-b333-d82b675b57f1&batchScanned=true
This is an example response. Results may vary depending on your data.
{
"Key": {
"OrderId": "553d1673-191a-4a42-a877-7a06ab5b19b7",
"NumOrderId": 2,
"ReceivedDate": "2019-11-28T09:46:01.4102907+00:00",
"ProcessDate": "2019-11-28T09:46:01.4102907+00:00",
"Source": "sample string 5",
"CustomerName": "sample string 6",
"NumProducts": 7
},
"Value": "sample string 1"
}