https://your-company.shipstream.app/admin/login
, then your base URL would
be https://your-company.shipstream.app
.
Examples:
https://your-company.shipstream.app
for ShipStream subdomainshttps://your.custom-domain.com
for whitelabeled 3PLs
- Merchant API:
https://your-company.shipstream.app/api/jsonrpc
- Global API:
https://your-company.shipstream.app/api/global/...
where...
is the path the the specific endpoint such asv1/system/status
Full Global API example
The Global API OpenAPI spec is written such that the
servers.url
should already include /api/global
and the endpoint paths then begin with /v1/...
.