Update the tracking number for an order
cURL
curl --request PATCH \ --url https://api.auctionnow.io/api/alpha/merchant/orders/{id}/trackingNumber \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "data": { "trackingNumber": "<string>" } } '
{ "data": {}, "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 updating the tracking number
Show child attributes
Tracking number updated successfully
The updated order