List all orders for the authenticated merchant
cURL
curl --request GET \ --url https://api.auctionnow.io/api/alpha/merchant/orders \ --header 'Authorization: <authorization>'
{ "data": [ { "orderId": "<string>", "title": "<string>", "_creationTime": 123, "status": "<string>", "totalAmount": 123, "buyerEmail": "<string>", "customerId": "<string>", "trackingNumber": "<string>", "taxCost": 123 } ], "timestamp": 123, "message": "<string>" }
Your Auction Now API key as a Bearer token
"Bearer ak_XXXXXXX"
A successful response
A list of orders
Show child attributes