post https://eu-ext.linnworks.net/api/Orders/ProcessOrder
Process a specific order
Rate limit: 250 / minute
Log in to see full request history
Response
Process a specific order
Rate limit: 250 / minute
xxxxxxxxxx
curl --request POST \
--url https://eu-ext.linnworks.net/api/Orders/ProcessOrder \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"OrderId": "00000000-0000-0000-0000-000000000000",
"Processed": true,
"Error": "string"
}