cURL
curl --request POST \ --url https://sandbox-api.shipbob.com/2026-01/simulate/shipment \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "shipment_id": "string", "simulation": { "action": "string", "delay": 0, "next": {} } } '
{ "message": "string", "simulation_id": "string" }
Simulation shipments in the ShipBob sandbox environment. Learn more about sandbox simulations.
Authentication using Personal Access Token (PAT) token
Order Simulation Request Model
Request payload for running a simulation against a specific shipment.
The ShipBob shipment id the simulation should target.
1
The simulation action definition, optionally chained with subsequent actions.
Show child attributes
Existing registration
Response returned after submitting a simulation request.
Optional message about the submitted simulation.
The unique identifier of the simulation run.
Was this page helpful?