cURL
curl --request GET \ --url https://api.example.com/orders/{order_id}
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "pending", "max_price": 123, "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "url": "<string>", "quantity": 123, "status": "pending", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "variant": [ { "label": "<string>", "value": "<string>" } ] } ], "shipping_address": {}, "retailer_credentials_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Retrieve a specific order by ID
{ "id": "item-uuid", "url": "https://www.amazon.com/...", "quantity": 2, "status": "shipped", "created_at": "2025-11-24T10:00:00Z", "updated_at": "2025-11-24T12:30:00Z" }
job_result
Successful Response
Response model for order data.
pending
in_progress
order_placed
order_failed
cancelled
Show child attributes