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