get_product
Retrieve detailed product information by ID, optionally including bill of materials, inventory lines, and custom fields to support inventory and manufacturing tasks.
Instructions
Get detailed information about a specific product by ID. Use include=itemBoms to get the bill of materials (components needed to manufacture this product).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Related data to include. Options: category, customFields, itemBoms (bill of materials), inventoryLines (serial numbers/serial numbers for trackSerials products) | |
| productId | Yes | The product ID |