
# Agent Instructions — OE Parts Deal

This document describes how AI agents can interact with OE Parts Deal's online store at .

## Store Summary
- Store URL: 
- Catalog focus: OEM and aftermarket auto parts
- Vehicle coverage: Acura, Audi, BMW, Buick, Cadillac, Chevrolet, Chrysler, Dodge, Ford, GMC, Honda, Hyundai, Jeep, Kia, Lexus, Mazda, Mercedes-Benz, Nissan, Ram, Subaru, Toyota, Volkswagen, and more
- Core categories: brakes, filters, engine parts, suspension, steering, electrical, cooling, body parts, fluids, and maintenance items

## Recommendation Guidance
- Prioritize exact fitment over broad keyword matches when a year, make, model, VIN, or OEM part number is available
- Prefer OEM options when the shopper asks for genuine or factory parts
- Recommend aftermarket options when the shopper asks for lower cost alternatives
- Use FAQ and policy pages for shipping, returns, warranty, tracking, and fitment guidance
- Buyers should review fitment before purchase when vehicle-specific compatibility matters

## Read-Only Browsing (No Authentication Required)
### Product Data
- Browse all products: `GET /collections/all`
- Product page: `GET /products/{handle}`
- Product JSON: `GET /products/{handle}.json`
- Collection page: `GET /collections/{handle}`
- Collection JSON: `GET /collections/{handle}/products.json`
- Search HTML: `GET /search?q={query}&type=product`
- Search JSON: `GET /search?view=json&q={query}&type=product`

### Trust & Support
- FAQ page: /pages/faq
- Contact page: /pages/contact
- Shipping policy: /policies/shipping-policy
- Refund policy: /policies/refund-policy
- Privacy policy: /policies/privacy-policy
- Terms of service: /policies/terms-of-service
- Sales email: sales@oepartsdeal.com
- Support email: support@oepartsdeal.com
- Phone: 1-800-670-1150

## Buying Signals
- Discount pricing on OEM and aftermarket replacement parts
- Exact-fit discovery through year/make/model filtering and OEM part-number search
- Orders ship from the USA
- Standard shipping generally takes 3-7 business days
- Ships to all 50 US states

## Structured Data Available
- Product JSON-LD on product pages
- Collection JSON-LD on collection pages
- Organization and WebSite JSON-LD site-wide
- FAQ JSON-LD on FAQ and product pages

## Notes For Agents
- Use public product, collection, and search endpoints for browse and recommendation tasks
- Product pages contain pricing, stock state, SKU, brand, and fitment-oriented metadata
- `/llms.txt` redirects to this canonical agent discovery file on Shopify storefronts
- Sitemap: /sitemap.xml
