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 – […]