Sellercloud Developer, Author at Sellercloud API Docs - Page 3 of 15
Overview
Creating Replacement Order
The endpoint that is presented in this article is used for creating a replacement order. In order to consume the endpoint you must:
- Be an 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…
Retrieving Images of Multiple Products
The 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 an 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…
Updating Existing Items of an RMA
This endpoint can be used to update the existing items of an RMA. In order to consume the endpoint you must:
- Be an 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…
Adding Items to an Existing RMA
This endpoint can be used to add items to an existing RMA. In order to consume the endpoint you must:
- Be an 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…
Retrieving Items of an Existing RMA
This endpoint can be used to retrieve the items of an existing RMA. In order to consume the endpoint you must:
- Be an 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…
Getting List of Product Types
The endpoint that is presented in this article is used for getting the list of product types. In order to consume the endpoint you must:
- Be an 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…
Retrieving Serial Numbers for a Given Product ID
The service returns a 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
https://tt.api.sellercloud.com/rest/api/Inventory/GetSerialNumbers
Endpoint for Your Server
https://{your_server_id}.api.sellercloud.com/rest/api/Inventory/GetSerialNumbers
Request
ProductID–…
Getting Serial Numbers Related to a Specific Purchase Order
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 an authenticated user For information on how you can authenticate, see: Authentication…
Deleting Order Items from an Existing Order
The endpoint presented in this article is used for deleting order items from an existing order. In order to consume the endpoint you must:
- Be an 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…
Updating Existing Order Items of an Existing Order
The endpoint presented in this article is used for updating existing order items of an existing order. In order to consume the endpoint you must:
- Be an 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…