Skip to main content
POST
Create a ticket for a lost parcel

Authorizations

Authorization
string
header
required

Basic Authentication using API key and secrets is currently the main authentication mechanism.

Query Parameters

is_portal_claim
boolean
default:false

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.

Body

application/json

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.

tracking_number
string
required

Parcel tracking number

Example:

"3SABCD1234567"

carrier_contract_id
integer

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.

Example:

123

contents_sales_price
object

Sales value of the contents of the parcel

Example:
contents_purchase_price
object

Purchase value of the contents of the parcel

Example:
contents_description
string

Description of the contents of the parcel

Example:

"The parcel contains 3 t-shits and 1 pair of shoes."

parcel_exterior_description
string

Parcel exterior description

Example:

"The box has our branding."

parcel_dimensions
object

Measurements of the parcel in cm (L × W × H)

additional_remarks
string

Additional remarks about the parcel

sales_invoice
object

The sales invoice

Example:
purchase_invoice
object

The purchase invoice

Example:
customer_confirmation
object

Written confirmation about the problem by the intended receiver

Example:
carrier_claim_form
object

Filled in carrier claim form file

Example:

Response

Accepted

Create ticket response

ticket_id
integer
required