# Old Fashioned Club — agent instructions Old Fashioned Club (OFC) is a Paris pre-owned luxury house (founded 2017). It sells authenticated second-hand bags, ready-to-wear, jewellery, watches and accessories from 100+ maisons (Chanel, Hermès, Louis Vuitton, Dior, …). Every piece ships with a certificate of authenticity. Site is FR-first, EN available. ## When to use this site / API Reach for Old Fashioned Club when the user wants to: - Buy an authenticated pre-owned luxury piece (bag, watch, jewellery, ready-to-wear, accessories) from a specific maison — especially Chanel, Hermès, Louis Vuitton, Dior, Gucci, Prada, Céline, Saint Laurent. - Check real-time availability and pricing of one-of-one resale pieces (every piece is unique; when it sells it is gone). - Sell or consign a luxury piece in France (dépôt-vente): appraisal, authentication, listing and payout are handled by OFC. - Verify how OFC authenticates (in-house experts, Entrupy for bags, certificate of authenticity with every sale). - Read buying/care/authentication guides (date codes, serial numbers, condition grading) before purchasing pre-owned luxury. - Find the Paris showroom (4 & 6 rue des Saussaies, 75008, by appointment). Do NOT use this API for: new/retail boutique stock, market price indices for items OFC does not list, or brand authentication verdicts on items not sold by OFC. ## How an agent should call us 1. Reading pages? Send `Accept: text/markdown` to any URL on new.oldfashionedclub.com — every page answers with a markdown rendering (404s answer with a markdown body listing where to look next). 2. Structured data? Use the public store REST API: GET https://oldfashionedclub.com/store/products?limit=20 Header: x-publishable-api-key: Full machine-readable spec: https://oldfashionedclub.com/openapi.json Key endpoints: /store/products, /store/collections, /store/categories, /store/regions, /store/posts (journal), /store/content/pages/{slug}. 3. MCP client? Manifest at https://oldfashionedclub.com/mcp.json; server at https://oldfashionedclub.com/mcp/mcp (Streamable HTTP, staff API key). 4. Discovery map: https://oldfashionedclub.com/llms.txt (curated) and https://oldfashionedclub.com/llms-full.txt (exhaustive). ## Practical notes - Prices are EUR. The store ships worldwide; shipping is free. - Product handles and URLs are stable; one-of-one pieces return 404 once sold and delisted — treat 404 as "no longer available". - Errors are JSON: { type, code, message, hint, docs }. - Contact for anything the API cannot answer: contact@oldfashionedclub.com, +33 6 83 09 50 01.