Update an Order to specify the Ship Carrier and tracking number.
Header | Data Type | Valid Values | Required | Description |
---|---|---|---|---|
Content-Type | string | application/json | YES | The format your data will be sent to our site. |
X-DevKey | string | string | YES | The devkey assigned to the developer. |
X-AccessToken | string | string | YES | The token acquired from a POST to Users/AccessToken. |
NOTE: Variables to place in the body of the request.
Parameter | Data Type | Valid Values | Description |
---|---|---|---|
TrackingNumber | string | string | The tracking number for the order |
Carrier | int |
1 - FedEx
2 - UPS 3 - USPS |
Shipping Carrier |
If there are errors with input parameters, this call will respond with a 400 Bad Request
and a Message Response.
If the order is in a status that cannot be updated, this call will respond with a 403 Forbidden
and a Message Response.
If there are no errors, this call will respond with a 200 OK
and a Message Response indicating the item was updated.
Rel | Description | Condition |
---|---|---|
self | The order details |