Get Customer Service Status Possible Values - Sellercloud API Docs

Get Customer Service Status Possible Values

Overview

Endpoint that is presented in this article is used for getting the possible values for the order customer service status.

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

Example for such endpoint for TT server is:

https://tt.api.sellercloud.com/rest/api/Orders/CustomerServiceStatus/Statuses

For your server endpoint will be:

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

Request

Response

[
  {
    "Key": 0,
    "Value": "string"
  }
]