Create a professional B2B wholesale catalog with tiered pricing tables, minimum order quantity badges, volume discount breakdowns, bulk inquiry forms, and downloadable price lists. The agent updates prices, adds SKUs, adjusts lead times, and redeploys to keep your wholesale catalog current.
Build Prompt
Copy this prompt into Claude Code
Build a wholesale price sheet page as a static HTML/CSS/JS site. Use a clean dark professional theme with background #0a0a0f, surfaces #12121a, borders #2a2a3a, and accent color #3b82f6 (blue). Load data from inline `const CATALOG = {...}` and `const TIERS = {...}`.
CATALOG has: companyName, tagline ("Wholesale Pricing — Volume Discounts Available"), currency, products (array of {sku, name, description, category, unitPrice, tiers (array of {minQty, price}), moq (minimum order quantity), leadTime (string, e.g., "3-5 business days"), inStock (boolean), image (emoji)}).
TIERS has: volumeDiscounts (array of {minQty, discountPercent, label}), note (e.g., "All prices in USD. FOB warehouse.").
Layout: Professional header with company name, tagline, and a "Request Quote" button. Below, a summary bar showing total products, categories, and MOQ starting from.
Category filter tabs showing product categories. Each tab filters the table below.
Main content: a responsive table (desktop) or card list (mobile) with columns: SKU, Product, Unit Price, pricing tiers (1-10, 11-50, 51-100, 100+), MOQ, Lead Time, Stock Status. Each tier column shows the per-unit price at that quantity. Highlight the best value tier. MOQ shows as a badge. Stock status shows green "In Stock" or yellow "Made to Order".
Above the table, show the volume discount tiers as badges: "1-10 units: List Price", "11-50: 10% off", "51-100: 20% off", "100+: 30% off" (from TIERS data).
Add a "Quick Quote Calculator": select a product, enter quantity, and see total price with applicable discount automatically calculated. Show unit price, quantity discount, subtotal, and estimated delivery date.
Bulk inquiry section: a pre-formatted mailto link or WhatsApp message that includes selected products and quantities. "Request a Quote" button opens email with product list.
Add a "Download Price List" button that triggers the browser to print/save the page as PDF (using window.print() with @media print styles showing only the table in a clean format).
Terms section: minimum order value, payment terms (Net 30, prepayment for new accounts), shipping policy, return policy.
SEO: JSON-LD with @type "OfferCatalog" and individual product offers. Meta targeting "wholesale [product type]", "[product] bulk pricing".
Seed with 15 products across 3 categories (Office Supplies, Packaging, Cleaning) with realistic wholesale prices and tiered pricing.
Read the guide at https://accessagent.ai/api/guide and follow it to deploy the site to AccessAgent.ai. My email is [your@email.com].
Make It Yours
Account Application
Add a wholesale account application form collecting business name, tax ID, and estimated monthly volume.
Sample Ordering
Add a "Request Samples" section where retailers can order product samples at reduced cost.
Seasonal Promotions
Add a banner section for limited-time wholesale promotions with countdown timer.
Shipping Calculator
Add a shipping estimator based on order weight, quantity, and destination zone.
Reorder Portal
Add a "Quick Reorder" section where repeat buyers can enter previous order numbers.
Update Prompt
Update Prompt — Manage prices and catalog
Update my wholesale price sheet: [describe changes — e.g., "Increase all prices by 5%", "Add new SKU: SKU-016, Product Name, $X unit price, tiered pricing at 11+ $Y, 51+ $Z, 100+ $W, MOQ 10", "Change lead time for SKU-003 to 7-10 business days", "Mark SKU-008 as out of stock", "Update volume discount: 100+ units now 35% off"]. Update the CATALOG and TIERS data. Recalculate all tiered prices if a percentage change is applied. Redeploy.
SEO Tips
Target "wholesale [product type]", "[product] bulk pricing", and "[product] distributor" keywords for B2B buyer searches.
Add JSON-LD OfferCatalog schema with product offers, price ranges, and eligibility for wholesale search results.