• Get Replacement Orders Reasons

    Overview Endpoint that is presented in this article is used for getting the replacement order reasons. 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…

  • Create Replacement Order

    Overview Endpoint that is presented in this article is used for creating replacement order. 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…

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

  • Update RMA Items

    Overview This endpoint can be used to update the existing items of an RMA. 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…

  • Add Items To RMA

    Overview This endpoint can be used to add items to an existing RMA. 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…

  • Get RMA Items

    Overview This endpoint can be used to retrieve the items of an existing RMA. 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…

  • Get Product Types

    Overview Endpoint that is presented in this article is used for getting list of product types. 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…

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

  • Execute Scheduled Task

    Overview In order to execute a scheduled task, 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 You must also know the ID of the scheduled task that you’d like to…

  • Get Serial Numbers of a Purchase Order

    Overview The purpose of this endpoint is for getting serial numbers related to a specific purchase order. These are serial numbers that were received during the receiving sessions of the PO. In order to consume the endpoint you must: Be authenticated user For information on how you can authenticate, see: Authentication…