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

  • Get All Customers

    Overview In order to get information for many customers 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 Customer

    Overview In order to get information for a single customer, 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 Customized Catalog Export Template

    Overview In order to retrieve metadata for a predefined custom export template, 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 passed on the call to the server. Endpoint Example…

  • Get Metadata for Customized Catalog Exports

    Overview Get metadata necessary to create a custom export. Includes available file formats, names of previously created templates, available fields from which a custom export template can be configured. In order to get contextual data for the custom catalog exports, you must: Be authenticated user For information on how you…

  • Update Inventory Info for Single Product

    Overview In order to update shipping metadata of some inventory, 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 each call when updating inventory. Have valid ID of an existing inventory…

  • Update Tracking Information

    Overview This endpoint is used for marking an order as shipped, with tracking and shipping information. This endpoint supports one tracking number only. In the case of a multi-package order, this endpoint will mark the entire order as shipped and will update the tracking information on the first package. If…

  • Get Inventory Info for Multiple Products

    Overview In order to retrieve metadata for existing inventory, 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 getting inventory User can provide page number and page size,…

  • Get All Purchase Orders

    Overview In order to retrieve metadata for existing purchase orders, 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 getting purchase orders. You can do additional filtering…

  • Get Single Purchase Order

    Overview In order to retrieve metadata of a purchase order, 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 a single purchase order. Have valid ID of…