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

  • Add Order Note

    Overview In order to add order note, 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…

  • Receive Purchase Order

    Overview To receive a purchase order using the API you can consume the endpoint presented in this article. 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/​PurchaseOrders/{purchaseOrderId}/receive For your server endpoint will…

  • Get inventory warehouse related information

    Overview In order to retrieve metadata of an existing inventory from existing warehouse, you must: Be authenticated user Information on how you can authenticate: Authentication As soon as you do authentication and receive a valid token, it needs to be passed on the call for receiving the inventory information. Have valid…

  • Queued Job Statuses

    Queued Job Statuses possible values

  • Queued Job Types

    Queued Job Types possible values

  • Adjust Physical Inventory

    Overview This endpoint is used for adjusting the physical inventory of an individual product in a warehouse. When using this endpoint, you can add or subtract units from the number of existing units of the product in that warehouse. In order to do that, you must be an authenticated user….

  • Set Physical Inventory

    Overview This endpoint is used for setting the physical inventory of an individual product in a warehouse. To import physical inventory in bulk via the REST API, see this article. In order to do that, you must be an authenticated user. For information on how you can authenticate, see: Authentication. As…