Catalogue rows for testing storefronts, search and checkout: name, brand, category, SKU, a price in the country's own currency, stock and rating โ each with a real, checksum-valid EAN-13 barcode.
| name | Smart Backpack |
| brand | Coral Trading |
| category | Home & Kitchen |
| sku | FI-496828 |
| price | 24.99 |
| currency | USD |
| ean | 8420695410861 |
| in_stock | true |
| rating | 3.5 |
Prices come in the country's own currency; country-specific fields (phone, VAT) use that country's real formats.
| REST API | curl https://sampuli.site/api/v1/de/product?n=100 |
| npm | npx @sampuli/data de.product -n 100 |
| Node | generate('de.product') |
| MCP | Ask your AI assistant โ "generate 50 products for Japan" |