sellercloud_get_inventory
Retrieve the current inventory record for a specific SKU. Provide the exact SKU and optional company ID to get on-hand, reserved, on-order, and available quantities.
Instructions
Fetch the current inventory record for a single SKU.
Args: sku: Exact SKU / InventoryID. company_id: CompanyID scoping the lookup.
Returns:
JSON envelope. data is the inventory record (with on-hand,
reserved, on-order, available qty fields), or null if absent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | ||
| company_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |