• Get All Companies

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

  • Get Single Company

    In order to get information for a single company, you can consume the endpoint presented in this article.

  • Get All Warehouses

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

  • Update Tracking Of Single Package

    Overview This endpoint is used for updating the tracking information for a specific order package. A call to this endpoint will mark the entire order as fully shipped, since partially shipped orders are not supported. You can call this endpoint multiple times, once for each order package that you would…

  • Get Order Packages

    Overview In order to get packages, you can do it in 2 ways: By calling endpoint for getting packages for an order. That will be explain in this article. By calling endpoint for get whole info for single order. More information in here. Endpoint that is presented in this article…

  • Create New Sales Order

    Overview In order to create a new sales order from our Rest API, you can consume the endpoint presented in this article. In order to use it, you must: Be an authenticated user For information on how you can authenticate, see: Authentication To mark an order as paid after its…

  • Get Single Warehouse

    Overview In order to get information for a single warehouse, 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 Queued Jobs

    Overview In order to get information for many queued jobs in a single request, then you can consume the endpoint presented in this article. However 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…

  • Get Single Queued Job

    Overview In order to get information for a single queued job, 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,…

  • Create New Customer

    Overview In order to create a new customer 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/Customers/ For…