lazada_product
Fetch a Lazada product's full details by item ID: title, brand, description, image gallery, category breadcrumb, and selectable variants. Pass SKU ID to target a specific variant.
Instructions
Get a Lazada country storefront's product-detail page. Returns one Lazada country storefront's product-detail page: title, brand, full description, image gallery, category breadcrumb, and selectable variant properties. item_id (and, for a specific variant, sku_id) are the same ids the search, category-products, and home endpoints already return as item_id. Price is best-effort, read from the page's own display-tracking data rather than a dedicated pricing field; rating and review count are not available on this endpoint because Lazada fetches them client-side after the initial page load.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku_id | No | Optional Lazada sku id, for a specific variant. | |
| country | No | Lazada country storefront. Defaults to id. | |
| item_id | Yes | Lazada item id. |