Update RMA Items - Sellercloud API Docs

Overview

This endpoint can be used to update the existing items of an RMA.

In order to consume the endpoint you must:

As soon as you do authentication and receive a valid token, it needs to be passed to the call.

Endpoint

Example for such endpoint for TT server is:

https://tt.api.sellercloud.com/rest/api/Rma/{rmaID}/Items

For your server endpoint will be:

https://{your_server_id}.api.sellercloud.com/rest/api/Rma/{rmaID}/Items

Request

Parameter Data Type Description Is Required
Id (in URL) integer ID of existing RMA Yes
ID (in Body) integer ID of the RMA item that needs to be updated Yes
QtyReturned integer Qty returned No
ReturnReason integer Return reason
List of possible return reasons can be obtained from endpoint ‘/api/Rma/ReturnReasons’.
No
ProblemDescription string Problem description No
ApprovalStatus enum Approval Status. Possible values:
- 0 – UnDecided
- 1 – Approved
- 2 – Rejected
No

Response