Get product details
get_productRetrieve full product details by Alza code to compare shortlisted candidates: price, availability, rating, brand, category, image, URL, and spec table.
Instructions
Fetch details for a single product by its Alza code (the code from search_products, e.g. 'WEXOA002B0' — not the numeric id): name, price (with the original price when discounted), availability, rating, brand, category, primary image, URL, and the scraped spec table when the product page carries one (up to 30 spec rows). Use after search_products to compare shortlisted candidates in depth, and to get the canonical URL to show the user. For reviews use get_product_reviews; for the complete spec sheet (parameterGroups) use mobile_read with operation=router_product and product_id = the numeric d######## id from the product URL. Sourced from the product page's JSON-LD schema, so values are accurate and stable. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Alza product code, e.g. 'WEXOA002B0'. This is the canonical identifier returned by `search_products` (the `code` field). Not the numeric id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | Scraped product detail (JSON-LD sourced; stable fields listed, rest passthrough). |