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

  • Get Catalog Info For Multiple Products

    Overview To retrieve metadata for existing catalog products, you must: Be an authenticated user Information on how you can authenticate: Authentication Once you authenticate and receive a valid token, it needs to be passed on the call. Users can provide page number and page size, filtering or sorting information. Endpoint Example…

  • Import Catalog Info

    Overview This endpoint is for importing catalog-related data into Sellercloud via the Rest API. Our REST API provides a host of options that are designed to simplify your data import process. Our REST API allows you to do many of the same kinds of imports as the Import Catalog Info…

  • Basic Product Catalog Export

    Overview In order to perform a basic type of catalog data export, 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…