Last updated 1 month ago
Was this helpful?
/api/v1/results/prices
OK
Unauthorized
Not Found
curl -L \ --url '/api/v1/results/prices?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", "price": { "country_code": "DE", "retail_price": 100, "sale_price": 80, "vat": 19 } }, "success": true, "errors": [ "Could not complete operation due to..." ] } ] }