Update return items By RMA

patch
/returns/rma/{rma_number}/items/{external_id}

You can update part of the return items information via API. For now, you can update merchant tags and images.

The external_id should be consistent with order.items[x].source_id if you use commerce api to feed order data into AfterShip Returns.

You can also take the external_id from received webhook payload data.return_items[x].external_id

external_id
string
required

Item id

Example:
12127384174838
rma_number
string
required

RMA number

>= 8 characters<= 8 characters
Example:
WB9QU3A2
(one of)
merchant_tags
array[object]
id
string

Merchant tags you want to add this return item. You can manage tags in AfterShip Returns Admin.

>= 32 characters<= 32 characters
Example:
f57f6a12924e4fd7b14c1f7dd50dee3c
Auth
:
Parameters
:
:
Body
preparing...