Get PO Saved Views - Sellercloud API Docs

Overview

This endpoint can be used to get the user PO 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 to the call.

Endpoint

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

Request

Method Type: HttpGet
Authorization: Use Bearer Token + token received from token authentication

Response

Response Body

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