Look up tracking information for a shipment and send a shipping notification email to the buyer
cURL
curl --request POST \ --url https://api.auctionnow.io/api/alpha/merchant/orders/{id}/tracking/info \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "data": { "trackingNumber": "<string>" } } '
{ "data": { "detectedCarrier": { "name": "<string>" }, "externalTracking": [ { "url": "<string>", "slug": "<string>" } ], "status": "<string>" }, "timestamp": 123, "message": "<string>" }
Your Auction Now API key as a Bearer token
"Bearer ak_XXXXXXX"
The unique ID of the order
Input data for looking up tracking information
Show child attributes
Tracking info retrieved successfully
Tracking information