Create an external parcel for tracking
Register an external parcel in the Sendcloud system for tracking, based on the provided details. It requires a valid tracking number and parcel information.
shipping_option_code in the ship_with property. Parcels created without a shipping option code will not appear in analytics. You can retrieve valid shipping option codes via the Shipping Options API.Authorizations
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Body
The Parcel Tracking Create Request object
The timestamp of when the parcel was announced to the carrier (label was created)
Parcel Tracking Address object
Ship using a shipping option code. The shipping option code is required.
- Ship With Shipping Option Code Object
- Ship With Contract Object
{
"type": "shipping_option_code",
"properties": {
"shipping_option_code": "postnl:standard/insured=3000",
"contract_id": 517,
"user_shipping_method_name": "Express Delivery",
"user_shipping_method_id": "express-001"
}
}An external identifier that clients can provide to link the parcel with the corresponding record in their own system
Parcel Tracking Address object
The request object for the Tracking Number
Sendcloud Insurance object with insurance policy ID
List of items / products that the parcel contains
This object provides essential information for accurate packing, shipping, and inventory management
Price, consisting of a value and currency.
Response
Successful Response
The Parcel Tracking Create Response object
The timestamp of when the parcel was announced to the carrier (label was created)
Indicates whether the parcel was newly created (true) or already existed (false). The endpoint is idempotent — submitting the same source_id, carrier_code, and organization will return the existing parcel with created set to false.
The timestamp of when the parcel was created in the system
{
"brand_id": 123,
"expected_delivery_date": "2025-01-04",
"integration_id": 456,
"is_mail_box": false,
"is_return": false,
"is_to_service_point": false
}Parcel Tracking Address object
Ship using a shipping option code. The shipping option code is required.
- Ship With Shipping Option Code Object
- Ship With Contract Object
{
"type": "shipping_option_code",
"properties": {
"shipping_option_code": "postnl:standard/insured=3000",
"contract_id": 517,
"user_shipping_method_name": "Express Delivery",
"user_shipping_method_id": "express-001"
}
}An external identifier that clients can provide to link the parcel with the corresponding record in their own system
Parcel Tracking Address object
List of items / products that the parcel contains