Get Order Saved Views - Sellercloud API Docs

Overview

You can use this endpoint to retrieve the existing Order Saved Views. To consume this endpoint, you must be an Authenticated User. As soon as you receive a valid token, you need to pass it to the call.

Endpoint

An example of this endpoint for server XX is:

https:// xx.api.sellercloud.com/rest/api/Orders/Views

For your server, the endpoint will be:

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

Request

Response

Response Body

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