get_product_images
Retrieve product images from specific perspectives like front or back to visually inspect grocery items before purchase. Use after get_product_details to identify available angles.
Instructions
Get an image for a specific product from the requested perspective.
Use get_product_details first to see what perspectives are available (typically "front", "back", "left", "right").
Args:
product_id: The unique product identifier
perspective: The image perspective to retrieve (default: "front")
location_id: Store location ID (uses preferred if not provided)
Returns:
The product image from the requested perspective
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | ||
| perspective | No | front | |
| location_id | No |