Use the Shippo carrier account
To use the Shippo, Colissimo account, you must retrieve the carrier accountobject_id.
This step should only be completed once. In future transactions, you can use the carrier object_id to reference your carrier.
HTTP Method
GETURL
Example
Request Sample
cURL
Response Sample
object_id for your carrier, proceed to Step 2: Create shipment.
Use your own carrier account
If you want to use your own Colissimo account, follow this guide to add your Colissimo account to Shippo. After adding your account, Shippo can use your account details for generating shipping rates and creating labels. This step requires you to have your Colissimo account id and password. This step should only be completed once. When you have created your carrier account, you can use the carrierobject_id to reference your carrier.
HTTP Method
POSTURL
Request Payload
| Parameter | Description |
|---|---|
| carrier* | colissimo |
| account_id* | A unique identifier for the account which cannot be changed later. This should be a username provided by Colissimo |
| parameters* | parameters is an array of additional parameters for the account, such as password or token. Check Colissimo parameters for more details |
| active | Set to true to enable account. Set to false to disable account. |
| test | Set to true if you want to set the account in test mode. Using test mode you can generate test labels without incurring a charge |
Colissimo Account Parameters
| Parameter | Description |
|---|---|
| password* | Password to access the API. Password and account_id are tied together and should be provided by Colissimo |
Response Code
201Example
Request Sample
cURL
Response Sample
object_id for your carrier, proceed to Step 2: Create shipment.