post
https://api.tcgplayer.com/stores//orders//tracking
Add Order Tracking Number.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
This endpoint is used to add tracking information to an open order. Adding tracking numbers to an order will change the order status automatically. The POST body needs to be a JSON array containing an element for each tracking number to add to the order.
curl --header "Content-Type: application/json" \
--request POST \
--data '["TRACKINGNUMBER"]' \
http://api.tcgplayer.com/VERSION/stores/YOURSTOREKEY/orders/ORDERNUMBERTOADD/tracking
{
"success": true,
"errors": [
"string"
],
"results": [
{
"trackingNumber": "string",
"carrier": "string",
"imageUrl": "string",
"trackingUrl": "string",
"status": "string",
"createdOn": "datetime"
}
]
}
[
"trackingnumber",
"optional additional tracking number"
]