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.Bearer Authentication using a Bearer token
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.
{
"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.
Successful Response
The Parcel Tracking Create Response object
The timestamp of when the parcel was announced to the carrier (label was created)
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.
{
"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