# This Warm is for Profit - Complete Documentation > Premium functional hot chocolate e-commerce store featuring mushroom blends, microgreens, and classic cocoa. ## Overview This Warm is for Profit is a premium hot chocolate brand focused on functional wellness beverages. Our products combine the comfort of hot chocolate with the benefits of functional ingredients like adaptogenic mushrooms and nutrient-dense microgreens. **Website:** https://warm.platphormnews.com **Network:** PlatPhorm News (130+ sites, MCP-powered) **Category:** E-commerce, Food & Beverage, Wellness ## Product Catalog ### Classic Collection Traditional hot chocolate perfected with premium ingredients. 1. **Classic Rich Cocoa** ($18.99) - Dutch-process cocoa, organic cane sugar, Madagascar vanilla, Himalayan pink salt - Benefits: Rich antioxidants, natural mood booster, pure comfort - SKU: classic-rich-cocoa 2. **Midnight Velvet** ($21.99) - 85% cacao, organic cane sugar, espresso powder, fleur de sel - Benefits: Maximum antioxidants, natural energy, heart healthy - SKU: midnight-velvet ### Mushroom Blends Functional fungi meets chocolate bliss for cognitive and wellness support. 3. **Lion's Mane Focus** ($28.99) - Organic Lion's Mane extract, Dutch-process cocoa, coconut sugar, cinnamon - Benefits: Enhanced focus, cognitive support, nerve health - SKU: lions-mane-focus 4. **Reishi Calm** ($28.99) - Organic Reishi extract, premium cocoa, coconut sugar, lavender, chamomile - Benefits: Stress relief, better sleep, immune support - SKU: reishi-calm 5. **Chaga Immunity** ($31.99) - Wild Chaga extract, ceremonial cacao, ginger, turmeric, black pepper - Benefits: Immune boost, anti-inflammatory, adaptogenic - SKU: chaga-immunity ### Microgreen Power Nutrient-dense greens in every sip for daily vitality. 6. **Green Vitality** ($26.99) - Microgreen powder blend, Dutch cocoa, monk fruit, maca root - Benefits: Packed with vitamins, natural energy, alkalizing - SKU: green-vitality 7. **Sprout Protein Power** ($29.99) - Sprouted protein blend, cacao powder, sunflower sprout powder, stevia - Benefits: 12g plant protein, complete amino acids, muscle recovery - SKU: sprout-protein 8. **Matcha Sprout Fusion** ($32.99) - Ceremonial matcha, white cacao butter, wheatgrass sprout, coconut cream - Benefits: Sustained energy, L-theanine calm, chlorophyll rich - SKU: matcha-sprout-fusion ## API Reference Base URL: `https://warm.platphormnews.com` ### Authentication Currently public endpoints. Stripe checkout uses secure session tokens. ### Endpoints #### Health Check ``` GET /api/health ``` Response: ```json { "status": "healthy", "service": "warm.platphormnews.com", "version": "1.0.0", "timestamp": "2026-02-27T00:00:00.000Z" } ``` #### API Documentation ``` GET /api/docs ``` Returns OpenAPI 3.1.0 specification. #### List Products ``` GET /api/v1/products GET /api/v1/products?category=mushroom GET /api/v1/products?featured=true ``` Parameters: - `category` (optional): Filter by classic, mushroom, or sprout - `featured` (optional): Boolean to get featured products only Response: ```json { "products": [...], "total": 8, "categories": ["classic", "mushroom", "sprout"] } ``` #### Get Product ``` GET /api/v1/products/{slug} ``` Returns single product details or 404 if not found. #### Kanban Integration ``` GET /api/v1/kanban ``` Returns project configuration for order fulfillment. ``` POST /api/v1/kanban ``` Body: ```json { "title": "Order #123 - Lion's Mane Focus", "description": "Prepare and ship order", "type": "fulfillment", "order_id": "ord_123", "priority": "high" } ``` Task types: procurement, fulfillment, success ## Integrations ### Kanban (kanban.platphormnews.com) Order fulfillment workflow management with columns: - Backlog - Procurement - In Progress - Quality Check - Shipped - Delivered ### ASCII Art (ascii.platphormnews.com) Generate ASCII art graphics for marketing and branding. ### Stripe Secure payment processing for checkout. ### PlatPhorm News Network Part of the MCP-powered network of 130+ sites. ## Webhooks Outbound events: - `order.created` - New order placed - `order.paid` - Payment confirmed - `order.shipped` - Order shipped - `order.delivered` - Order delivered Inbound webhooks from kanban.platphormnews.com: - `task.created` - `task.updated` - `task.moved` - `task.completed` ## Internationalization Supported locales: - English (en) - Default - Spanish (es) - French (fr) - German (de) - Japanese (ja) - Chinese (zh) ## Schema (JSON-LD) Product pages include structured data: - Organization - WebSite with SearchAction - Product with Offer - BreadcrumbList - FAQPage (where applicable) - LocalBusiness/Store ## Discovery Files - `/llms.txt` - AI-readable summary - `/llms-full.txt` - Complete documentation (this file) - `/llms-index.json` - Structured index - `/api/docs` - OpenAPI specification - `/sitemap.xml` - XML sitemap - `/robots.txt` - Crawler directives - `/rss.xml` - RSS feed ## Contact - Email: hello@warm.platphormnews.com - Support: https://platphormnews.com/support - Network: https://platphormnews.com