sellercloud_get_product
Fetch the full catalog record for a single SKU by supplying the exact product ID. Optionally scoped by company ID. Returns product data or null if SKU is missing.
Instructions
Fetch the full catalog record for a single SKU.
Args: sku: Exact SKU / ProductID to look up. company_id: CompanyID scoping the lookup.
Returns:
JSON envelope. data is the product record, or null when the
SKU is not present in the company's catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | ||
| company_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |