Create a ticket for a lost parcel. It works with both your own contract and parcels created using Sendcloud rates.
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Set to true to force a portal claim. Supported for Colissimo, Chronopost, Colis Privé, Mondial Relay, InPost ES, and DHL Express carriers only. Requires a carrier contract setup.
Data that is needed for creation of a ticket for own contract parcel and parcels created using Sendcloud rates is different. Please refer to relevant examples below.
Parcel tracking number
"3SABCD1234567"
The ID of the carrier contract associated with the parcel. Required when creating a ticket for a support only parcel that is not tracked in the Sendcloud system. The contract must belong to the authenticated user.
123
Sales value of the contents of the parcel
{ "price": 10.55, "currency": "EUR" }Purchase value of the contents of the parcel
{ "price": 8, "currency": "EUR" }Description of the contents of the parcel
"The parcel contains 3 t-shits and 1 pair of shoes."
Parcel exterior description
"The box has our branding."
Measurements of the parcel in cm (L × W × H)
Additional remarks about the parcel
The sales invoice
{
"file_token": "b90e7a70-57c6-4338-992a-eae50d637261-6170706c69636174696f6e2f706466"
}The purchase invoice
{
"file_token": "b90e7a70-57c6-4338-992a-eae50d637261-6170706c69636174696f6e2f706466"
}Written confirmation about the problem by the intended receiver
{
"file_token": "b90e7a70-57c6-4338-992a-eae50d637261-6170706c69636174696f6e2f706466"
}Filled in carrier claim form file
{
"file_token": "b90e7a70-57c6-4338-992a-eae50d637261-6170706c69636174696f6e2f706466"
}Accepted
Create ticket response