Get a product's label photo
get_product_labelFetch a product's packaging photo to read ingredients and allergens when API data lacks them. Use when allergen or ingredient details are missing and the answer matters.
Instructions
Return the product's packaging photo as an image, for reading details the API does not publish — most importantly ingredients and allergens, which are frequently absent from get_product. Call this when get_product reports allergens or ingredients as 'notStated' and the answer matters. Images are token-expensive, so request them one product at a time and only when needed. A photo may still not show the panel, and reading a label from a photo is not a substitute for the physical packaging for allergy decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | Woolworths product SKU. |