• Product Export via Plugin

    Overview In order to do product export via plugin, 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. Plugins Getting available plugins can…

  • Product Export via Mapping Profile

    Overview In order to do product export via mapping profile, 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. Mapping Profiles Getting available…

  • Update Custom Column [obsolete]

    Overview Endpoint is used for updating value of user defined product column. In order to do that you must: Be authenticated user For information on how you can authenticate, see: Authentication Endpoint This endpoint is obsolete as it does not support special characters in the productID. Use this endpoint instead. Example…

  • Update RMA

    Overview In order to update an existing 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 After you authenticate and receive a valid token, you must pass it to…

  • Download Shipping Label

    Overview In order to download an RMA shipping label, 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) Have a valid ID of an existing RMA Have a valid ID of…

  • Get RMA Shipping Insurance Providers List

    Overview In order to get information for the possible RMA shipping insurance providers, 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 RMA Shipping Package Types List

    Overview In order to get information for the possible RMA shipping package types, 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 RMA Shipping Services List

    Overview In order to get information for the possible RMA shipping services, 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…

  • Get RMA Shipping Carriers List

    Overview In order to get information for the possible RMA shipping carriers, 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…

  • Update Orders Dropship Status

    Overview Endpoint is used for updating order dropship status in bulk. In order to do that 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/rest/api/Orders/DropshipStatus For your server, endpoint will be: https://{your_server_id}.api.sellercloud.com/rest/api/Orders/DropshipStatus Request Method Type: HttpPut…