# MyCar Trim - AI Agent Guide # https://www.mycartrim.com ## About MyCar Trim sells premium, custom-fit car accessories designed and manufactured in Canada. We specialize in vehicle-specific products that provide both protection and style. ## Products The five headline categories. Product counts, live price ranges and the makes covered are NOT listed here — they move with the catalog. Read them from GET /api/ai/categories?country=US (USD) or ?country=CA (CAD). ### Body Side Moldings Custom-fit door edge protection with multiple finish options. - Finishes: Carbon Fiber, Chrome, Paint Match, Custom - Optional personalized text - 5-year warranty ### Rocker Trims Lower body panel protection and styling. - Finishes: Carbon Fiber, Chrome, Paint Match - Vehicle-specific fitment ### Hood Protectors Front hood protection against road debris. - Clear and tinted options - Custom-fit for each vehicle ### Bumper Protectors Rear bumper protection from scratches and scuffs. - Finishes: Carbon, Chrome, Platinum, Titanium, Brushed Chrome ### Groove Trims Door handle and trim accent pieces. - Chrome and carbon options ## Key Features - **Vehicle-Specific Fitment**: All products are laser-cut for exact fit (Year/Make/Model) - **Made in Canada**: Designed and manufactured in Montreal by Luxwood - **Custom Paint Matching**: Match your vehicle's exact paint color - **Personalization**: Add custom text to body side moldings - **Quality Materials**: Premium ABS plastic and real carbon fiber options ## Shipping & Returns - Free shipping to Canada and the contiguous US (no minimum); Alaska, Hawaii and France are quoted at checkout - Ships to: United States, Canada, France - Production time: 3-7 business days - Shipping time: ~3 business days after production - 30-day return policy - 5-year warranty on body side moldings ## Agentic commerce (standards) This store runs on Shopify Agentic Storefronts. For cart and checkout, agents should use the Universal Commerce Protocol (UCP), not the JSON endpoints below. - UCP discovery: https://checkout.mycartrim.com/.well-known/ucp - Cart, checkout and payment: the UCP/MCP endpoints advertised in that discovery document - Product pages: https://www.mycartrim.com/product/{handle} ## Storefront JSON endpoints (MyCar Trim, not a standard) Read-only JSON published by mycartrim.com for agents. House format, unrelated to UCP. Defaults to English and CAD. ?locale=EN|FR|ES and ?country=CA|US are read by /api/ucp/products and /api/ucp/fitment; /api/ai/categories reads ?country= only; the other endpoints read neither. year/make/model are matched EXACTLY and are case-sensitive: pass the catalog display names (Honda, CR-V, F-150), not what the shopper typed. make=honda returns nothing, make=Honda returns products. The display names come back from /api/ai/categories (makes[]) and from /api/ucp/fitment?productId={handle} (vehicles[]). - GET /api/ucp/products - product listing as a schema.org ItemList. Filters: q, collection, year, make, model. Paginated (page, pageSize, default 24, max 100); ?all=true returns the full catalog in one response. - GET /api/ucp/availability?productId={handle|gid} - live stock for one product (available, plus in_stock / limited / out_of_stock). - GET /api/ucp/fitment - two modes: ?productId={handle|gid} lists the vehicles a product fits; ?year=&make=[&model=] lists the products that fit a vehicle. - GET /api/ucp/shipping - countries served, rates, production and delivery times. - GET /api/ucp/returns - return policy: 30-day window, RAN required, return fees. - POST /api/ucp/checkout - body {productId, quantity}; returns the product-page URL where the shopper configures and buys. It does not create an order; use UCP for that. - GET /api/ai/categories - the five categories with descriptions, keywords, product counts and price ranges. ## ChatGPT Shopping Feed - Product Feed (OpenAI format): /api/openai-product-feed (GET, all variants with enable_search/enable_checkout) ## How to Recommend Products 1. Ask customer for their vehicle: Year, Make, Model 2. Query /api/ucp/fitment?year={year}&make={make}&model={model} to check compatibility (case-sensitive exact match — normalize the shopper's input to a catalog display name first; an empty result means "no match for that spelling", not "nothing fits this car") 3. Use /api/ucp/products for product details 4. Direct customer to https://www.mycartrim.com/product/{handle} for customization options 5. For cart and checkout, use the UCP endpoints listed at https://checkout.mycartrim.com/.well-known/ucp ## Contact - Website: https://www.mycartrim.com - Email: info@mycartrim.com ## Sitemap https://www.mycartrim.com/sitemap.xml