• 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…

  • Mark Orders as Exported or Not Exported

    Overview Endpoint is used for marking orders as exported or not exported in bulk. In order to do that 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/api/Orders/SetExported For your server endpoint will be: https://{your_server_id}.api.sellercloud.com/api/Orders/SetExported Request…

  • Receive Check

    Overview In order to receive payment via check, you can do it by calling endpoint described in this article. 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…

  • Receive Manual (Cash) Payment

    Overview In order to receive manual payment, you can do it by calling endpoint described in this article. 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…