POST
Send order tracking details

Authorizations

X-API-Key
string
header
required

Admins and Developers can obtain their Bolt API key from the Bolt Merchant Dashboard.

Body

application/json

Send order tracking details.

carrier
string
required

the name of the carrier used for shipment.

Example:

"UPS"

items
object[]
required

A list of items.

tracking_number
string
required

The carrier's tracking number for the shipment.

Example:

"EZ1000000001"

transaction_reference
string
required

The transaction's 12-digit Bolt reference ID. Nullable for Transactions Details.

Required string length: 12
Example:

"LBLJ-TWW7-R9VC"

is_non_bolt_order
boolean

Designates if the order was placed outside of Bolt checkout.

Example:

false

Response

Order Tracking Successful

The response is of type object.