Headers
Your organization-level Trackstar API key.
"<x-trackstar-api-key>"
Your user's access token for a specific integration (ShipHero, Extensiv, etc).
"<x-trackstar-access-token>"
Path Parameters
Body
- Base Schema
- Cin7 Core (Dear Systems)
- Deposco
- Extensiv (3PL Central)
- Amazon
- Finale
- Infoplus
- Logiwa
- Logiwa IO
- OIA Global
- Packiyo
- WMS Sandbox
- ShipHero
- ShipStation
- Linnworks Core (SKUVault)
The date the shipment was sent.
"2022-05-06T01:02:03Z"
The tracking number for the package.
""
The URL for the tracking number.
""
The ID of the carrier used to ship the order to the customer. If carrier_name is also provided, this will take precedence.
"fedex"
The carrier used to ship the order to the customer. Deprecated in favor of carrier_id
and carrier_name
.
"FedEx"
The ID of the actual shipping method used to ship the order. Can be passed into the Shipping Method endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
"fedex_ground"
The method by which the warehouse will ship the order to the customer. Can be passed into the Shipping Method endpoint for more details.. Deprecated in favor of service_level
and shipping_method_id
.
"shipping_method_id"
The cost incurred by the warehouse to ship the package.
2.5
A list of packages with their desired tracking numbers.
[
{
"package_id": "package_id",
"tracking_number": "tracking_number"
}
]