Retrieve a list of returns

GET {{baseUrl}}/returns?cursor=<string>

Retrieve a paginated list of all the returns belonging to the authenticated user, sorted by the creation date.

Request Params

KeyDatatypeRequiredDescription
cursorstringThe cursor query string will be used as the pivot value to filter results. If no value is provided, the service must return the first page. The value is Base64 encoded GET parameters. example:
For a cursor string there are 3 possible parameters to encode:

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;next&quot;:null,&quot;previous&quot;:null,&quot;returns&quot;:[{&quot;id&quot;:1,&quot;created_at&quot;:&quot;2022-06-07T16:36:49.419457+02:00&quot;,&quot;reason&quot;:1,&quot;outgoing_parcel&quot;:1,&quot;incoming_parcel&quot;:1,&quot;message&quot;:&quot;Not good enough for me&quot;,&quot;refund&quot;:{&quot;total_refund&quot;:&quot;\&quot;10.00\&quot;&quot;,&quot;refunded_at&quot;:1654683771746,&quot;message&quot;:&quot;Exchange for size M&quot;,&quot;refund_type&quot;:{&quot;code&quot;:&quot;money&quot;,&quot;label&quot;:&quot;Money back&quot;,&quot;require_message&quot;:true}},&quot;is_cancellable&quot;:true,&quot;return_fee&quot;:3.5,&quot;return_fee_currency&quot;:&quot;EUR&quot;,&quot;label_cost&quot;:6.95,&quot;label_currency&quot;:&quot;EUR&quot;,&quot;items_cost&quot;:48.95,&quot;delivered_at&quot;:&quot;2022-06-07T16:36:49.419457+02:00&quot;,&quot;delivery_option&quot;:&quot;drop_off_point&quot;,&quot;store_location&quot;:1,&quot;outgoing_parcel_data&quot;:{&quot;tracking_url&quot;:&quot;https://tracking.sendcloud.sc/forward?carrier=dhl\u0026code=JVGL1234567800000049&quot;,&quot;tracking_number&quot;:&quot;JVGL1234567800000049&quot;,&quot;parcel_status&quot;:11,&quot;global_status_slug&quot;:&quot;delivered&quot;,&quot;brand_name&quot;:&quot;My Brand&quot;,&quot;order_number&quot;:&quot;EU2548657452&quot;,&quot;from_email&quot;:&quot;contact@sendcloud.com&quot;,&quot;deleted&quot;:true,&quot;collo_count&quot;:1,&quot;from_country&quot;:&quot;NL&quot;,&quot;from_name&quot;:&quot;Jane Doe&quot;,&quot;shipping_method&quot;:994,&quot;extra_data&quot;:{},&quot;rules&quot;:[{&quot;modifications&quot;:[{&quot;field&quot;:&quot;string&quot;,&quot;value&quot;:null}]}]},&quot;incoming_parcel_data&quot;:{&quot;tracking_url&quot;:&quot;https://tracking.sendcloud.sc/forward?carrier=dhl\u0026code=JVGL1234567800000049&quot;,&quot;tracking_number&quot;:&quot;JVGL1234567800000049&quot;,&quot;parcel_status&quot;:11,&quot;global_status_slug&quot;:&quot;delivered&quot;,&quot;brand_name&quot;:&quot;My Brand&quot;,&quot;order_number&quot;:&quot;EU2548657452&quot;,&quot;from_email&quot;:&quot;contact@sendcloud.com&quot;,&quot;deleted&quot;:true,&quot;collo_count&quot;:1,&quot;from_country&quot;:&quot;NL&quot;,&quot;from_name&quot;:&quot;Jane Doe&quot;,&quot;shipping_method&quot;:994,&quot;extra_data&quot;:{},&quot;rules&quot;:[{&quot;modifications&quot;:[{&quot;field&quot;:&quot;string&quot;,&quot;value&quot;:null}]}]},&quot;incoming_parcel_status&quot;:{&quot;id&quot;:1,&quot;message&quot;:&quot;Delivered&quot;,&quot;global_status_slug&quot;:&quot;delivered&quot;}}]}