1. Home
  2. Knowledge Base
  3. REST API
  4. Order Services
  5. Get Customer Service Status Possible Values

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:

  • Be authenticated user

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

  • Method Type: HttpGet
  • Authorization: Use Bearer Token + token received from token authentication
  • Header info: Content-Type: application/json

Response

  • If user is authenticated and the request is successful, then response will be Status Code 200 => OK and the list with the possible values for the order customer service status will be returned.
  • If user is not authenticated, then response will be Status Code 401 => Not Valid Token
  • In case of error, response will be Status Code 500 => Internal Server Error
  [
  {
    "Key": 0,
    "Value": "string"
  }
]

Was this article helpful?

Next
Update Customer Service Status