/
POST Returns Receive
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!
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 Returns Receive
This API can be used to receive returns.
Endpoint
API Method: POST
URL: https://app.browntape.com/0.11/itemTitlesOrdersReturns/receive.json
Note: This is a version 0.11 endpoint
Payload:
[
{
id: "13321", // mandatory
good_return_quantity: "0", // default NULL
add_back_to_inventory: true, // recommended if good_retrun_qty > 0
bad_return_quantity: "0", // default NULL
return_reason: null // mandatory if bad_return_quantity > 0
}
]
Response
{
"status_code": 200,
"success": true,
"message": "Returns received",
"server": "::1"
}