Get a single order by its ID
cURL
curl --request GET \ --url https://api.auctionnow.io/api/alpha/merchant/orders/{id} \ --header 'Authorization: <authorization>'
{ "data": { "_id": "<string>", "_creationTime": 123, "status": "<string>", "totalAmount": 123, "quantity": 123, "customerId": "<string>", "subTotalAmount": 123, "shippingCost": 123, "taxCost": 123, "trackingNumber": "<string>", "title": "<string>", "description": "<string>", "slug": "<string>", "buyerEmail": "<string>", "buyerName": "<string>", "processingFee": 123, "productType": "PHYSICAL" }, "timestamp": 123, "message": "<string>" }
Your Auction Now API key as a Bearer token
"Bearer ak_XXXXXXX"
The unique ID of the order
Order details
The order details
Show child attributes