Create a new return parcel based on an outgoing parcel.
The JWT generated when starting the Return Portal process
The domain you defined in the brand settings.
OK
The return reason identifier matching the ones provided from Sendcloud.
A message relating to the return.
The ID of the outgoing parcel for this return.
Details about the refund the customer is requesting
The options the customer has for returning this parcel:
drop_off_point, in_store, pickup 1The products or items being returned
The service point that the customer has selected for returning the parcel
Shipping functionalities that need to be used for this return.
The identifier of the carrier that needs to be used for this return. Available carriers are listed in the response from the /brand/{brand_domain}/return-portal/outgoing endpoint
1The chosen date for the return parcel to be picked up
A list of images to attach to the return
10Optional customs information that should be provided for international returns. This information is used for generating customs documents.
{
"customs_invoice_nr": "INV-123",
"export_type": "private",
"invoice_date": "2023-08-24",
"discount_granted": "14.99",
"freight_costs": "4.65",
"insurance_costs": "3.60",
"other_costs": "1.20",
"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_1": "Maple Avenue",
"house_number": "123",
"postal_code": "90210",
"city": "Springfield",
"country_code": "US",
"country_state": "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"
}
}OK
1The payment URL will be available when paid returns is enabled and a payment provider is connected. For more info on how it works please take a look at at our help center article.