Get Inventory Info for Single Product - Sellercloud API Docs

Get Inventory Info for Single Product

Overview

In order to retrieve metadata of an existing inventory, you must:

As soon as you do authentication and receive a valid token, it needs to be passed on the call for receiving a single inventory.

Endpoint

NOTE: Endpoint “GET /api/Inventory/{id}” is obsolete as it does not support special characters in the productID. Use the new endpoint presented in this article.

Example for such endpoint is https://tt.api.sellercloud.com/rest/api/Inventory/Details

Request

Parameter Data Type Description Is Required
productID string ID of existing Product true

Response

Attachments