Catalog get product
catalog_get_productRetrieve a product's full details by its ID, including description, specs, seller, live stock, and restricted-goods flags. Use when the product ID is already known to avoid re-running search.
Instructions
Fetch a single product by id. Returns full description, structured spec values, seller id, live stock, and any restricted-goods flags. Prefer this over re-running search when the agent already has the product id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | UUID of the product to fetch. |