get_product
Retrieve complete product details including all images and fulfillment options for a specific item using its product ID or UPC. Specify a store location to check live pricing and availability.
Instructions
Get one product with every image perspective and full fulfillment detail.
Args: product_id: The product_id or UPC from search_products. location_id: Store to price against. Defaults to the saved default store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | ||
| location_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| upc | Yes | ||
| size | Yes | ||
| aisle | Yes | ||
| brand | Yes | ||
| aisles | Yes | ||
| images | Yes | ||
| sold_by | Yes | ||
| in_stock | Yes | ||
| image_url | Yes | ||
| categories | Yes | ||
| product_id | Yes | ||
| description | Yes | ||
| fulfillment | Yes | ||
| location_id | Yes | ||
| price_promo | Yes | ||
| stock_level | Yes | ||
| temperature | Yes | ||
| price_regular | Yes | ||
| snap_eligible | Yes | ||
| country_origin | Yes |