Get RMA Saved Views - Sellercloud API Docs

Get RMA Saved Views

Overview

Endpoint that is presented in this article is used for getting RMA saved views.

In order to consume the endpoint you must:

For information on how you can authenticate, see: Authentication

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

Endpoint

Example for such endpoint for TT server is

https://tt.api.sellercloud.com/rest/api/Rma/Views

For your server endpoint will be:

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

Request

Response

[
    {
        "ID": 1,
        "Name": "Test Saved View"
    },
    {
        "ID": 2,
        "Name": "Second view"
    }
]