post
/orders/modifyTracking
Modifies tracking number and/or shipping provider for an already shipped order.
To modify the shipping provider either provider
or providerId
must be specified in the request body, but not both.
Special Conditions
Only for orders shipped offline.
Returns
The updated order.
Request Parameters
1 Query Parameter
Request Body
Schema
provider
string
The carrier that will be shipping your package to its destination. See list of accepted providers
providerId
string
ID of the carrier that will be shipping your package to its destination. See list of accepted providers
trackingNumber
string
The unique identifier that your carrier provided so that the user can track their package as it is being delivered. Tracking number should only contain alphanumeric characters with no space between them
Responses
Order
Schema
data
object
An order
Send a Test Request
POST
Send requests directly from the browser (CORS must be enabled)
$$.env
1 variable not set
host