Process labels in bulk and receive a large number of labels and customs forms in bulk responses. Batching is ideal for workflows that need to process hundreds or thousands of labels quickly.
ShipStation API v2 (2.0.0)
Download OpenAPI description
Overview
License
Languages
Servers
Mock server
https://docs.shipstation.com/_mock/openapi/
Production
https://api.shipstation.com/
- Mock serverhttps://docs.shipstation.com/_mock/openapi/v2/users
- Productionhttps://api.shipstation.com/v2/users
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.shipstation.com/_mock/openapi/v2/users?status=active&page_size=25&page=1' \
-H 'api-key: YOUR_API_KEY_HERE'Response
application/json
{ "users": [ { … } ], "total": 75, "page": 1, "pages": 3, "links": { "first": { … }, "last": { … }, "prev": { … }, "next": { … } } }
Webhooks
Webhooks are a powerful feature that can save you from sending repeated polling requests to check on the state of something. With webhooks, ShipStation will automatically contact your servers when the stage changes. This can include parcel tracking events, notification when a batch operation completes, and more.
Operations