Retrieve information about a specific return parcel based on the return id.
id. A return id is assigned to every return you create in Sendcloud, and can be retrieved for all return parcels via the Retrieve a list of returns endpoint.
The returned object contains all relevant information about the return parcel, including up-to-date tracking information.Basic Authentication using API key and secrets is currently the main authentication mechanism.
The internal Sendcloud id of this return
1751075
OK
A Sendcloud return object
Sendcloud Address object
Sendcloud Address object
Sendcloud shipping product code
Weight in the specified unit
When true, Sendcloud will send out the default track and trace emails
Whether the incoming parcel of this return can be cancelled
List with the timeline of your return status
1Date and time of creation of this return
"2022-08-09T14:32:21.463473+02:00"
Dimension in the specified unit
The number of collos this return consists of
x >= 1List of items contained in this return. Required outside the EU.
The ID of the brand this Return belongs to.
x >= 11
URL to download the label. This can be null because it might not be announced yet. Deprecated in favour of the label field.
"https://panel.sendcloud.sc/api/v2/labels/label_printer/8"
URLs to download the label, if the parcel has been announced.
Price in the specified currency
Whether the return parcel is insured
This can be null because it might not be announced yet.
"3SSEND12345678"
URL to track your return. This can be null because it might not be announced yet.
"https://tracking.eu-central-1-0.sendcloud.sc/forward?carrier=sendcloud&code=3SSEND12345678&destination=NL&lang=en-gb&source=NL&type=letter&verification=1001+VV&servicepoint_verification=&created_at=2022-07-27"
A unix timestamp indicating the delivery time of this return. Deprecated in favour of the delivered_at_iso field.
1734946171662
Date and time of delivery of this return
"2022-08-09T14:32:21.463473+02:00"
The reason this Return was created. This could be on the item level or the whole Return.
Information about the compensation chosen by the customer for the returned items
The fee associated with this return
Order number filled by the user
"ORD12345"
ID of the contract used to ship this return
Customs invoice number
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"
Images uploaded when creating a return via the Return Portal
10The current status of the return
open, requested, request_rejected, awaiting_payment, payment_failed "open"
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"
}
}This array will contain errors such as carrier announcement errors.