• Set Resolution For RMA Items

    Overview In order to set resolution for RMA items, you can consume the endpoint presented in this article. In order to consume it, 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…

  • Receive RMA Items

    Overview In order to receive RMA items, you can consume the endpoint presented in this article. In order to consume it, 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…

  • Get Single RMA

    Overview In order to get information for a single RMA, you can consume the endpoint presented in this article. In order to consume it, 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…

  • Get All RMAs

    Overview In order to get information for many RMAs in a single request, you can consume the endpoint presented in this article. In order to do that, you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid…

  • Create New RMA

    Overview In order to create new RMA, you can consume the endpoint presented in this article. In order to consume it, 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…

  • Create Product

    Overview In order to create a new order from the API you can consume the endpoint presented in this article. In order to consume it, you must: Be authenticated user For information on how you can authenticate, see: Authentication Endpoint Example for such endpoint for TT server is: https://tt.api.sellercloud.com/rest/api/Products/ For…

  • Get Product Custom Columns

    Overview In order to get information for custom columns of a single product, you can consume the endpoint presented in this article. In order to consume it, you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a…

  • Get OrderIDs

    Overview Endpoint that is presented in this article is used for getting order ids for a single picklist. 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…

  • Get Picklist IDs of an Order

    Overview Endpoint that is presented in this article is used for getting picklist ids for a single order. 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…

  • Update Orders Status Code

    Overview Endpoint is used for updating orders status codes in bulk. In order to utilize this endpoint you must be an authenticated user. For information on how you can authenticate, see: Authentication Endpoint Example for such endpoint for TT server is https://tt.api.sellercloud.com/api/Orders/StatusCode For your server endpoint will be: https://{your_server_id}.api.sellercloud.com/api/Orders/StatusCode Request Method…