Check if a return can be announced without actually creating the return, or announcing it with the carrier.
to and from address, the parcel weight and the shipping product id provided.
parcel_items field is mandatory if you’re creating a return from outside the EU.Basic Authentication using API key and secrets is currently the main authentication mechanism.
If you are an official Sendcloud Tech Partner, send your unique Sendcloud Partner UUID as a request header for the system to recognize you.
The header is not required but if it is set, the system will check it. An unknown or invalid UUID will cause a 400 error.
Sendcloud Address object
Sendcloud Address object
Shipping specifications chosen for return
Weight in the specified unit
Dimension in the specified unit
The number of collos this return consists of
x >= 1List of items contained in this return. Required outside EU.
When true Sendcloud will send out the default track and trace emails
The ID of the brand this return belongs to. To find the brand ID, refer to the Retrieve a list of brands endpoint.
x >= 11
Price in the specified currency
Identifier of the order associated with this return
"ORD12355"
Price in the specified currency
Unique reference for this return, generated by the user
"RET9876"
Customs invoice number. This field is required if it's an international return
The options the customer has for returning this parcel:
drop_off_point: At a drop-off point - Print at homedrop_off_labelless: At a drop-off point - No printer neededin_store: Return in storepickup: Arrange a pick-updrop_off_point, drop_off_labelless, pickup, in_store, 1"drop_off_point"
Optional customs information that should be provided for international parcels. This information is used for generating customs documents.
{
"invoice_number": "INV-123",
"export_reason": "commercial_goods",
"export_type": "private",
"invoice_date": "2023-08-24",
"discount_granted": { "value": "14.99", "currency": "EUR" },
"freight_costs": null,
"insurance_costs": { "value": "3.60", "currency": "EUR" },
"other_costs": { "value": "1.2", "currency": "EUR" },
"general_notes": "Compliance: Goods comply with international safety standards (CE certified).",
"additional_declaration_statements": [
"With reference to the above shipment, I understate that the content is not made of leather parts of animal species protected by the Washington Convention.",
"I solemnly declare that the contents of this document represent a true and accurate account of the events as they occurred. I acknowledge my responsibility for the information presented herein and understand that any misrepresentation or falsification may result in legal consequences or other penalties as applicable."
],
"importer_of_record": {
"name": "John Doe",
"company_name": "ImporterCo",
"address_line_1": "Maple Avenue",
"house_number": "123",
"postal_code": "90210",
"city": "Springfield",
"country_code": "US",
"state_province_code": "US-MA",
"telephone": "+15551234567",
"email": "info@importer-of-record-example.com"
},
"tax_numbers": {
"sender": [
{
"name": "VAT",
"country_code": "NL",
"value": "NL123456789B01"
},
{
"name": "EORI",
"country_code": "NL",
"value": "NL123456789"
}
],
"receiver": [
{
"name": "EIN",
"country_code": "US",
"value": "123456789"
}
],
"importer_of_record": [
{
"name": "EIN",
"country_code": "US",
"value": "987654321"
}
]
},
"return_data": {
"return_postal_code": "1111 AA",
"outbound_tracking_number": "JT1234567890",
"outbound_shipment_date": "2023-08-14",
"outbound_carrier_name": "UPS"
}
}When set to true, return rules will be applied.
Note that rules take precedence over the values provided in the request.
For instance, if a contract is specified in one of the applied rules, the contract value provided in the request will be ignored.
Your return passed all validation
A Sendcloud return validation object
Sendcloud Address object
Sendcloud Address object
Shipping specifications chosen for return
Total weight in kilograms
x >= 0.0012.8
Dimensions of a single collo. Required for some carriers.
The number of collos this return consists of
x >= 1List of items contained in this return. Required outside EU.
When true, Sendcloud will send out the default track and trace emails
The ID of the brand this return belongs to.
x >= 11
Price in the specified currency
Identifier of the order associated with this return
"ORD12355"
Price in the specified currency
Unique reference for this return, generated by the user
"RET9876"
Customs shipment type
0 - Gift1 - Documents2 - Commercial Goods3 - Commercial Sample4 - Returned Goods0, 1, 2, 3, 4 The options the customer has for returning this parcel:
drop_off_point: At a drop-off point - Print at homedrop_off_labelless: At a drop-off point - No printer neededin_store: Return in storepickup: Arrange a pick-updrop_off_point, drop_off_labelless, pickup, in_store, 1"drop_off_point"