# Petsmust — AI & LLM Discoverability This file follows the llms.txt standard (https://llmstxt.org/). ## About this store Online store selling products across multiple categories. ## Key pages - / — Home / landing page with featured products and offers - /shop — Full product catalog with category and brand filters - /collections — Curated product collections - /offers — Current deals, discount coupons, and sale products ## Product catalog API (public, no auth required) Base URL: (same origin as this file) - GET /portal/catalog/products?page=0&size=20 — paginated product list Response fields: id, name, description, unitPrice, effectivePrice, mrp, discountPct, categoryName, brandName, hsnCode, gstRate, imageUrl - GET /portal/catalog/products/{id} — single product detail - GET /portal/catalog/categories — category hierarchy tree - GET /portal/catalog/brands — brand list - GET /portal/collections — collection list with slugs - GET /portal/collections/{slug} — collection detail with products All monetary values are in INR. Products include GST rate and HSN code for Indian tax compliance. ## Ordering Customers can place orders online. The store supports: - UPI, credit/debit cards, net banking, wallets (via Cashfree) - Cash on delivery (COD) - Coupon codes: GET /portal/coupons/public for active public coupons ## Sitemap /sitemap.xml — XML sitemap with all product and collection URLs