Get a Woolworths product
get_productFetch a Woolworths product by SKU to get its price, availability, ingredients, allergens, nutrition, and more. Use it to retrieve detailed product information for cart operations or product checks.
Instructions
Fetch one product by SKU, with its price, size, unit price (a formatted string whose measure varies per product, and absent for many), availability, category breadcrumb, description, ingredients, allergens, claims, nutrition, origins and health star rating. purchasingUnit ('Each' or 'Kg') is what the cart tools need for pricingUnit, and canBuyByWeight says whether 'Kg' with a decimal quantity is allowed. IMPORTANT: allergens and ingredients are often not published. When either reports status 'notStated' that means Woolworths said nothing, NOT that the product is free of allergens — products whose own ingredients are milk come back with allergens empty. Never present 'notStated' as an allergy assurance; use get_product_label to read the packaging, and say the data is unavailable. Prices and availability are per delivery location; call get_location to see the current one and set_location to change it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | Woolworths product SKU, e.g. '462559'. |