• Update Customer Shipping Preferences

    Overview This endpoint can be used to update the shipping preferences of an existing customer. 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 to be passed…

  • Update Customer Order Options

    Overview This endpoint can be used to update the order options of an existing customer. 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 to be passed…

  • Update Customer

    Overview This endpoint can be used to update an existing customer. 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 to be passed to the call. Endpoint…

  • Create Shipping Packages

    Overview This endpoint can be used to recreate shipping packages for an existing order and to designate which order items are in each package. When utilizing this endpoint, all existing packages in the order will be removed, and the new packages specified in the request body will be added to…

  • Get Products’ Images

    Overview Endpoint that is presented in this article is used for retrieving the images of multiple products. 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 to…

  • Get Product Serial Numbers

    Overview The service returns list of serial numbers for a given product id. If the requested product id is shadow the serial numbers for its shadow parent will be returned. Endpoint For the TT server, this endpoint will be: https://tt.api.sellercloud.com/rest/api/Inventory/GetSerialNumbers For your server, this endpoint will be: https://{your_server_id}.api.sellercloud.com/rest/api/Inventory/GetSerialNumbers Request ProductID –…