Change your Base URL
Previously, Shippo for Platforms used the base URLhttps://platform-api.goshippo.com. To use the Shippo API, change your base URL to https://api.goshippo.com/.
Reference Merchants using a header, not a parameter
Previously, you referenced merchants using a parameter, for example:{MerchantId} is the object ID of your merchant.
To use Managed Shippo Accounts in the Shippo API, you reference your Managed Account merchant using a header element. For example:
SHIPPO-ACCOUNT-ID is the object ID of your Managed Account merchant.
Renamed endpoints
The following endpoints have changed. Follow the examples in our reference documentation to update your integration.- Merchant has been updated to Shippo Accounts.
- Carrier Own Accounts has been updated to Carrier Accounts.
- Shippo Carrier Accounts has been updated and is now part of Carrier Accounts.
Example
To list all the address stored in a merchant’s accountShippo API
Platform API
NoteYou do not need to migrate any data from your existing Platforms account.