Get Price Batch Results
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /api/v1/results/prices?batch_request_id=123e4567-e89b-12d3-a456-426614174000 HTTP/1.1
X-API-Key: YOUR_API_KEY
Accept: */*
{
"batchRequestId": "123e4567-e89b-12d3-a456-426614174000",
"status": "completed",
"items": [
{
"requestItem": {
"sku": "my_sku_1",
"price": {
"country_code": "DE",
"retail_price": 100,
"sale_price": 80
},
"valid_at": "2025-01-15T10:30:00Z"
},
"success": true,
"errors": [
"Could not complete operation due to..."
]
}
]
}