Get Replacement Orders Reasons - Sellercloud API Docs

Overview

Endpoint that is presented in this article is used for getting the replacement order reasons.

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/ReplacementOrder/Reasons

For your server endpoint will be:

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

Request

Response

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