/
POST Get Returns

We’re excited to announce that the latest information is now available on our new site, the Ginesys One Wiki!. Visit the site for up-to-date resources and insights. We look forward to continuing to support you there!

POST Get Returns

This API can be used to fetch the returns against certain orders.

Endpoint

Method: POST

https://app.browntape.com/0.11/itemTitlesOrdersReturns/get.json

Note: This is a version 0.11 endpoint.

Params

?username=XXXX&auth_string=YYYY

Payload

{  "channel_id": 27736,  "order_references": [ "ABCD123", "ABCD124" }

Response

{   "status_code": 200,   "success": true,   "data": [  {    "id": "13321",    "item_titles_order_id": "551444",    "return_number": "36918345ee38e954c6d3",    "channel_return_qty": "1",    "channel_return_ref": "RET-004",    "channel_return_date": "2021-08-31 20:00:00",    "return_status": "return_initiated",    "good_return_quantity": "0",    "bad_return_quantity": "0",    "tracking_number": "AWB121899839483",    "executed_shipping_method": "Bluedart Surface",    "return_reason": null,    "channel_return_reason": "Size issues",    "note": null,    "return_attributes": null,    "stock_adjusted": "0",    "created": "2021-09-01 08:24:31",    "modified": "2021-09-01 08:24:31",    "exchange_order_requested": null,    "exchange_order_id": null,    "company_id": null,    "channel_id": "27736",    "order_id": "1339907381",    "order_reference": "ABCD123",    "sku": "JBRS0344"  }   ],   "server": "::1" }

Related content