Skip to main content
POST
/
returns
/
{returnId}
/
process
Process Return
curl --request POST \
  --url https://api.getredo.com/v2.2/returns/{returnId}/process \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "products": [
    {
      "_id": "64e4d5e837572a4813b73e41",
      "processInput": {
        "newMerchantAdjustment": 123,
        "restock": true
      },
      "reject": false
    }
  ],
  "customerNotes": "<string>"
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

returnId
string
required

Return ID

Example:

"64e4d5e837572a4813b73e40"

Body

application/json
products
object[]
required

Array of products to process or reject

customerNotes
string

Notes to send to customer. These can be rejection notes or processing notes.

Response

Processing request completed

message
string

Status message