Get Inventory Saved Views - Sellercloud API Docs

Get Inventory Saved Views

Overview

This endpoint can be used to get the user’s Inventory saved views.

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 to the call.

Endpoint

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

Request

Response

Response Body

[
  {
    "ID": 0,
    "Name": "string"
  }
]