Update RMA - Sellercloud API Docs

Update RMA

Overview

In order to update an existing RMA, you can consume the endpoint presented in this article. In order to consume it, you must:

For information on how you can authenticate, see: Authentication

After you authenticate and receive a valid token, you must pass it to service calls.

Endpoint

Example for such endpoint for TT server is:

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

For your server endpoint will be:

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

Request

Parameter Data Type Description Is Required
Status enum RMA Status
(Documentation for the enumerations can be found here: Resources)
Do not provide or set to “null” if no update is needed.
false
ApprovalStatus enum RMA Approval Status
(Documentation for the enumerations can be found here: Resources)
Do not provide or set to “null” if no update is needed.
false
TrackingNumber string RMA tracking number
Do not provide or set to “null” if no update is needed.
false
IsExported bool RMA ‘Is Exported’ status
Do not provide or set to “null” if no update is needed.
false
QBExported bool RMA QB Exported status
Do not provide or set to “null” if no update is needed.
false

Response