Process Orders associated with a Fulfilment Centre
Name | Type | Description |
---|---|---|
orderId | Guid | pkOrderID |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Orders/ProcessFulfilmentCentreOrder
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.
orderId=ac6830b0-cf40-4b2c-ba00-15f28ca3138b
This is an example of the response JSON. Results will vary depending on your data.
{
"OrderId": "b187c927-2acf-4a59-be68-8320ebe95c26",
"Processed": true,
"Error": "sample string 3"
}