# Zadig&Voltaire > Founded in Paris in 1997, Zadig&Voltaire is a defiantly contemporary designer brand that writes its own rules for its luxury products, forging the unique character of the brand. The catalogue spans women's, men's and kids' ready-to-wear, leather goods, accessories and the brand's iconic cashmere knits, sold across Europe and the United States with international cross-border delivery. All storefronts run on a single domain using locale path prefixes: /eu/fr/ (France), /eu/en/ (international English), /eu/de/ (Germany), /eu/es/ (Spain), /eu/it/ (Italy), /eu/be/ (Belgium), /eu/ch/ (Switzerland), /eu/uk/ (United Kingdom) and /us/en/ (United States). The links below point to the international English storefront (/eu/en/). AI agents should use the Model Context Protocol server described below: its set_shop_context tool selects the market and currency for commerce actions; for read-only catalog browsing, the Helios REST API takes a storeCode query parameter that maps 1:1 with these locales. ## Brand - [Our Story](https://zadig-et-voltaire.com/eu/en/content/notre-histoire): The Zadig&Voltaire story, philosophy and founding. - [Our Values](https://zadig-et-voltaire.com/eu/en/content/nos-valeurs): Brand commitments, ethics and responsible practices. - [Made in Respect](https://zadig-et-voltaire.com/eu/en/content/made-in-respect): Sustainability, traceability and responsible sourcing program. ## Shop - [Women](https://zadig-et-voltaire.com/eu/en/c/women-collection-see-everything-187): Women's ready-to-wear, knitwear, dresses and tailoring. - [Men](https://zadig-et-voltaire.com/eu/en/c/men-collection-see-everything-125): Men's ready-to-wear, knitwear and tailoring. - [Kids](https://zadig-et-voltaire.com/eu/en/c/kid-collection-172): Children's collection. - [Bags](https://zadig-et-voltaire.com/eu/en/c/bags-collection-146): Handbags, leather goods and wallets. - [Accessories](https://zadig-et-voltaire.com/eu/en/c/accessories-collection-168): Shoes, jewelry, belts, scarves and small leather goods. ## Catalog API A public read-only REST API exposes the full catalog in JSON, without HTML scraping or authentication. Base URL: `https://helios.zadig-et-voltaire.com/api`. All endpoints take a required `storeCode` query parameter — one of: `fr_fr`, `row_en` (international English, maps to /eu/en/), `uk_en`, `de_de`, `es_es`, `it_it`, `be_en`, `ch_en`, `usd_store_en`. - [OpenAPI 3 spec](https://helios.zadig-et-voltaire.com/api/openapi.yaml): Full machine-readable schema for every endpoint, parameter and response type. Browse interactively at https://helios.zadig-et-voltaire.com/api/openapi. - `GET /v1/catalog/categories?storeCode={code}`: Full active category tree (up to 4000 nodes). - `GET /v1/catalog/categories/{id}?storeCode={code}`: Category detail by ID. - `GET /v1/catalog/categories/{id}/products?storeCode={code}`: Paginated products in a category, with optional facet filters (color, size, gender, price range, collection, sustainability flag, sortBy). - `GET /v1/catalog/products?storeCode={code}`: Search products by SKU, entity ID or variant SKU; supports `full=true` to return the rich projection. - `GET /v1/catalog/products/{sku}?storeCode={code}`: Product detail by configurable SKU (e.g. `PWGAP2003F_NOIR`); returns the full projection by default. - `GET /v1/catalog/products/{sku}/studies`: Sustainability traceability for a product (compositions, materials, certifications, manufacturing steps). ## AI Agents - Model Context Protocol For transactional flows (cart, shipping, billing, guest checkout with Adyen Pay-by-Link), use the MCP server. Account-aware actions (login, order history, returns, loyalty) are not exposed via MCP — refer the user back to the storefront for those. - [MCP manifest](https://zadig-et-voltaire.com/.well-known/mcp.json): Public manifest for Zadig&Voltaire commerce MCP. - [MCP endpoint](https://zadig-et-voltaire.com/mcp): Model Context Protocol endpoint for guest commerce actions; authentication is not required for guest checkout sessions. - [MCP server card](https://zadig-et-voltaire.com/.well-known/mcp/server-card.json): Live list of MCP tools with their descriptions and the privacy/auth metadata. Always the source of truth — do not rely on tool lists copied elsewhere. ## Customer Service - [FAQ](https://zadig-et-voltaire.com/eu/en/faq): Answers for delivery, returns, payment, orders and account support. - [Contact](https://zadig-et-voltaire.com/eu/en/contact): Customer service contact form. - [Returns](https://zadig-et-voltaire.com/eu/en/content/return-process): Order tracking and return request flow. - [Material care guide](https://zadig-et-voltaire.com/eu/en/content/material-care): Care instructions by material — cashmere, leather, wool, silk and more. ## Legal - [Legal notice](https://zadig-et-voltaire.com/eu/en/content/legal-notice): Company information and legal mentions. - [Privacy policy](https://zadig-et-voltaire.com/eu/en/content/privacy-policy): Personal data usage and privacy rights. - [Cookies policy](https://zadig-et-voltaire.com/eu/en/content/cookies-policy): Cookie usage and consent management. - [Terms and conditions](https://zadig-et-voltaire.com/eu/en/content/terms-and-conditions): Online sales terms. - [Anti-counterfeiting policy](https://zadig-et-voltaire.com/eu/en/content/fake-zadig-voltaire): Guidance for identifying official channels. ## Optional - [Store locator](https://storelocator.zadig-et-voltaire.com): Interactive store finder for Zadig&Voltaire boutiques worldwide. - [Sitemap index](https://zadig-et-voltaire.com/sitemap-index.xml): XML sitemap index for crawler discovery.