Skip to content
Logistics & shipping

shipengine.com

ShipEngine sandbox and mock API

ShipEngine's easy-to-use REST API lets you manage all of your shipping needs without worrying about the complexities of different carrier APIs and protocols. We handle all the heavy lifting so you can focus on providing a first-class shipping experience for your customers at the best possible prices. Each of ShipEngine's features can be used by itself or in conjunction with each other to build pow Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
84
Collections
-
Event types
-
example request
curl https://your-shipengine.slurry.io/v1/batches \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.1.202303022103.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 84.

  • PUT/v1/addresses/recognize
  • POST/v1/addresses/validate
  • GET/v1/batches
  • POST/v1/batches
  • GET/v1/batches/external_batch_id/{external_batch_id}
  • GET/v1/batches/{batch_id}
  • PUT/v1/batches/{batch_id}
  • DELETE/v1/batches/{batch_id}
  • POST/v1/batches/{batch_id}/add
  • GET/v1/batches/{batch_id}/errors
  • POST/v1/batches/{batch_id}/process/labels
  • POST/v1/batches/{batch_id}/remove