Create a ticket for a delayed 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."
The sales invoice
{
"file_token": "b90e7a70-57c6-4338-992a-eae50d637261-6170706c69636174696f6e2f706466"
}
The purchase invoice
{
"file_token": "b90e7a70-57c6-4338-992a-eae50d637261-6170706c69636174696f6e2f706466"
}
Accepted
Create ticket response