Public endpoints
Catalog APIs
GET/products
Paginated product catalog with prices, stock, absolute product URLs, and image records.
GET/products/search?q=darkSearch by product text, descriptions, ingredients, and translated content.
GET/product?slug=<slug>Full product detail with images, ingredients, allergens, translations, and metadata.
GET/products/imagesImage feed with public product image URLs and matching storefront product pages.
GET/openapi/catalog-public.yamlOpenAPI schema for third-party apps and tools.
GET/sitemap.xmlDynamic storefront sitemap with product page URLs and image sitemap entries.
Public read endpoints support CORS. Product images are public, non-signed, and exposed on product pages, structured data, sitemap entries, and API responses.