catalog_get_item
Retrieve a single catalog item by its ID to get full details for a specific product or record, optionally selecting which configured catalog API to query.
Instructions
Fetch a single catalog item by its id.
Args:
item_id: The catalog's own identifier, as returned in a search
result's id field.
api: Which catalog to read from. Optional when only one is configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api | No | ||
| item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |