# Custom Apparel — Apparel Supply Group (Intent — broad) > Governed contract screen printing in Los Angeles. Hoodies, fleece, long sleeves, t-shirts, and more. Operator-built production routing with transparent, all-in pricing. No design fees, no screen fees, no shipping fees. This endpoint is for **broad intent**: "I need custom apparel." Get an instant quote, search the full garment catalog, and estimate delivery — before committing to a production mockup. For t-shirt-specific discovery, see [custom-tshirts.md](https://custom-tshirts.md/). Brand site: https://apparelsupplygroup.com Brand governed facts: https://www.apparelsupplygroup.com/llms.txt Contact: support@apparelsupplygroup.com | 562.661.9611 (M-F 9am-6pm PST) ## Policy (governed) - Minimum order: **48 pieces per artwork design** (same artwork; sizes/colors/styles may mix within that total). - Pricing is all-in; shipping included on standard UPS Ground quotes. - **Standard turnaround: 10 business days** after approved art (approval → shipment). - **Rush (6 business days or sooner):** case-by-case with human review — not the default promise. - Mockup approval required before production. - Catalog includes t-shirts, long sleeves, fleece, hoodies, and related blanks (see garment search API). ## Agent capability flow ``` custom-apparel.md (you are here) → mockups.md → tshirt-printing.md intent / quote (broad) artifact execution ``` - Narrow intent (t-shirts only): [custom-tshirts.md](https://custom-tshirts.md/) - Next step after quote: [mockups.md](https://mockups.md/) — certify artwork into a production mockup. - After mockup: [tshirt-printing.md](https://tshirt-printing.md/) — route into production (human approval required). ## Machine access (Phase 0 — read-only) Discovery manifest: https://custom-apparel.md/.well-known/agents.json ### Public API base (PrintPath) Base URL: `https://printpath.apparelsupplygroup.com` | Method | Path | Purpose | |--------|------|---------| | GET | `/api/v1/health` | Service health | | POST | `/api/v1/pricing/quote` | Calculate order pricing | | GET | `/api/v1/garments/search` | Search full garment catalog | | GET | `/api/v1/shipping/estimate` | UPS Ground ship-by / delivery estimate | | GET | `/api/garment-catalog/browse` | Paginated catalog browse | OpenAPI (curated, coming Phase 1): https://custom-apparel.md/openapi.json Auth: **none required** for read/quote endpoints in Phase 0. Rate limits apply. ## Related discovery - [custom-tshirts.md](https://custom-tshirts.md/) — t-shirt-focused intent - [mockups.md](https://mockups.md/) - [tshirt-printing.md](https://tshirt-printing.md/) - [apparelsupplygroup.com/llms.txt](https://apparelsupplygroup.com/llms.txt)