Last updated 1 month ago
Was this helpful?
/api/v1/results/stocks
OK
Unauthorized
Not Found
curl -L \ --url '/api/v1/results/stocks?batch_request_id=text' \ --header 'X-API-Key: YOUR_API_KEY'
{ "batchRequestId": "123e4567-e89b-12d3-a456-426614174000", "status": "completed", "items": [ { "requestItem": { "sku": "my_sku_1", "quantity": 1 }, "success": true, "errors": [ "Could not complete operation due to..." ] } ] }