Integration Overview
...
API Catalog
Orders
OR23 - Update Carrier Tracking Information
Add shipping carrier & tracking information to an order
PUT
Request
Path Params
order_id
required
String
Order identifier
Query Parameters
shop_id
optional
Integer
Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used.
Header Parameters
Authorization
required
String
Body Parameters
carrier_code
optional
String
The code of a carrier. This information is mandatory for a registered carrier.
carrier_name
optional
String
The name of a carrier. This information is mandatory for an unregistered carrier.
carrier_url
optional
String
The tracking url of a carrier. This information is unused for registered carriers (because computed automatically). This information is optional for unregistered carriers.
tracking_number
optional
String
The carrier tracking number. This information is mandatory for a registered carrier with a URL requiring a tracking number.
CALL FREQUENCIES
Recommended: At each order tracking information update (as soon as the seller gets the tracking number from the carrier) Maximum: At each order tracking information update (as soon as the seller gets the tracking number from the carrier)