POST
Test Shipping

Authorizations

X-API-Key
string
header
required

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

Body

application/json
delivery_estimate
string
required
status
enum<string>
required

The shipment status of a simulated order.

Available options:
in_transit,
cancelled,
failure,
delivered
tracking_detail
object[]
required

A list of tracking updates that contain the shipment's status, location, and any unique messages.

tracking_number
string
required

The carrier's tracking number for the shipment (Order Tracking Testing). Must begin with MockBolt.

Example:

"MockBolt1234"

Response

Success - No Details