Show Products as Cards
renderProductTilesRetrieve dm-drogeriemarkt products and render them as a visual card grid (product image, brand, name, link to the product page).
USE WHEN: the user wants to see products, an overview of several products, or a picture/link instead of a text description
INPUT: DANs (7 digits, preferred) and/or GTINs (8-14 digits) multiple products can be requested at once min 1 / max 50. Use search tool first if only product name is known.
OUTPUT: card grid rendered by the host. found=false for unresolved IDs.
NOT FOR: ingredients, nutrition facts, allergens, warnings - the cards do not show them, use getProductDetails for those. Not for prices, availability, stock, reviews, recommendations.
ERRORS: validation error if >50 or no identifiers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dans | No | DANs (exactly 7 digits, preferred over GTIN) | |
| gtins | No | GTINs (8-14 digits) |