This section documents all available endpoints of the Shipup REST API.

Before you begin

The Shipup REST API allows merchants to retrieve order data or tracker data to and from Shipup.

General API information

Base URL

The Shipup API's base URL is https://api.shipup.co
As an example, if you wish to access the GET /v2/orders endpoint, you would send a GET request to https://api.shipup.co/v2/orders

Data format

The Shipup API is expecting JSON payloads encoded with UTF-8. API JSON is either a single object or a list of objects.

Version

By default the version used will be the one that was current when your company was created. You can ask us to update to the latest version.

You can also specify the version to use using the Shipup-Version header.

The complete list of version is available on the changelog