Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Orders /ProcessFulfilmentCentreOrder

Allows 250 calls per minute

Response: ProcessOrderResult



Process Orders associated with a Fulfilment Centre

Parameters

NameTypeDescription
orderIdGuidpkOrderID

Permissions

GlobalPermissions.OrderBook.OpenOrdersNode

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/Orders/ProcessFulfilmentCentreOrder

Headers

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

Request Body

This is an example of the request structure. Results will vary depending on your data.

orderId=ac6830b0-cf40-4b2c-ba00-15f28ca3138b

Response

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"
}