Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Orders /ProcessOrder

Allows 250 calls per minute

Response: ProcessOrderResult



Process a specific order

Parameters

NameTypeDescription
orderIdGuidOrder id
scanPerformedBooleanIndicate if the scan has been performed
locationIdNullable<Guid>User location
contextClientContextInformation about where the call came from

Example Request

The following request format is required for this method.

Endpoint URL

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

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=95690415-8118-469c-bddc-6b72a061bb78&scanPerformed=true&locationId=5f78879b-c61d-4737-a26a-6512fd957a95&context={
  "Module": "sample string 1"
}

Response

This is an example of the response JSON. Results will vary depending on your data.

{
  "OrderId": "7b35428a-732e-4063-9825-a039929c09d0",
  "Processed": true,
  "Error": "sample string 3"
}