GET
, POST
, PUT
, and DELETE
. We currently do not provide official SDKs, but you can use any HTTP client to interact with the API. Additionally, the API adheres to the OpenAPI 3.0.4 specification, allowing you to generate client libraries in just about any common programming language and use a large number of Open API tools.
https://openapi.shipstream.io/global/release-{version}/{reference}
https://openapi.shipstream.io/global/latest/{reference}
https://openapi.shipstream.io/global/nightly/{reference}
{version}
is the release version with hyphens (e.g. 2025-5
), and {reference}
is one of the following:
combined.json
: The complete OpenAPI specification for the Global API, combining all of the below references into one.system.json
: Provides information on system operations, including system status, users, and merchants.inventory.json
: Contains endpoints related to inventory management, such as products, locations, and stock levels.receiving.json
: Covers endpoints for managing receiving operations (ASNs and RMAs).shipping.json
: Covers endpoints for shipping operations (orders and shipments).