Create a ticket for a damaged 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.
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"
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."
Additional remarks about the parcel
Written confirmation about the problem by the intended receiver
{
"file_token": "b90e7a70-57c6-4338-992a-eae50d637261-6170706c69636174696f6e2f706466"
}The sales invoice
{
"file_token": "b90e7a70-57c6-4338-992a-eae50d637261-6170706c69636174696f6e2f706466"
}The purchase invoice
{
"file_token": "b90e7a70-57c6-4338-992a-eae50d637261-6170706c69636174696f6e2f706466"
}A photo of the exterior of the shipment's box
{
"file_token": "b90e7a70-57c6-4338-992a-eae50d637261-6170706c69636174696f6e2f706466"
}A photo of the inside padding material
{
"file_token": "b90e7a70-57c6-4338-992a-eae50d637261-6170706c69636174696f6e2f706466"
}A photo of the damaged goods
{
"file_token": "b90e7a70-57c6-4338-992a-eae50d637261-6170706c69636174696f6e2f706466"
}An additional photo of the damaged goods
{
"file_token": "b90e7a70-57c6-4338-992a-eae50d637261-6170706c69636174696f6e2f706466"
}A photo of the opened package taken from above. The entire contents of the inner package must be clearly visible
{
"file_token": "b90e7a70-57c6-4338-992a-eae50d637261-6170706c69636174696f6e2f706466"
}A photo showing the entire product
{
"file_token": "b90e7a70-57c6-4338-992a-eae50d637261-6170706c69636174696f6e2f706466"
}Accepted
Create ticket response