Skip to main content
POST
Create Cart Order Shipment

Headers

x-trackstar-api-key
string
required

Your organization-level Trackstar API key.

Example:

"<x-trackstar-api-key>"

x-trackstar-access-token
string
required

Your user's access token for a specific integration (ShipHero, Extensiv, etc).

Example:

"<x-trackstar-access-token>"

Path Parameters

order_id
string
required

Body

application/json
tracking_number
string
required

The tracking number for the shipment.

tracking_url
string
required

The URL for the tracking number.

Example:

"https://www.example.com/tracking"

carrier_name
string
required

The name of the carrier used to ship the order.

Example:

"Carrier Name"

shipping_method_name
string
required

The name of the actual shipping method.

Example:

"Standard Shipping"

Response

Successful response

id
string
required

The ID of the object that has been created or modified

Example:

"id"

unused_fields
string[]
required

Unused fields

data
CreateCartOrderShipmentResponseDataSchema · object