Our sandbox accounts allow you to test your integration with realistic, production-like data. Think of it as a practice run - everything works like the real thing, but no actual shipments are made.
Our sandbox accounts are separate environments and data cannot be transferred over to production.
ShipBob verifies a user’s request by using a Bearer token in the header. We call this a Personal Access Token.On the ShipBob dashboard, go to Integrations > API Tokens. Click Generate New Token. Copy this token as we will use in next step.
Use your PAT token to make a request to the GET Channels endpoint. You will need the channel ID to create products, orders and returns with the ShipBob API.
Report incorrect code
Copy
Ask AI
GET https://sandbox-api.shipbob.com/2025-07/channel
Example response
The channel ID to use when creating products, orders and returns would be 100102 since this is the channel that has scopes with _write access.
If you want to add test inventory quantities to your products please email techspecialists@shipbob.com with your request and the email tied to your Sandbox account.
Ready to test fulfillment workflows?Check out our Sandbox Simulations guide to simulate order shipping and delivery events in your sandbox environment.