Marks the order as fulfilled and passes in the provided shipment and package information.
Get the required, optional, and integration specific fields by calling the integrations endpoint.
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>"
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 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 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"
}
]