Agent Commerce & AI Shopping Guide

The Frunk Club supports agent-assisted shopping and discovery. This page is a merchant-owned guide for AI shopping assistants, personal shopper agents, search crawlers, and agentic commerce tools that want to understand or help a buyer shop The Frunk Club.

Recommended path for buyer agents

  1. Discover the store profile: fetch https://thefrunkclub.com/.well-known/ucp.
  2. Use the endpoint declared in that profile: the UCP profile is the source of truth for the current MCP/embedded commerce endpoint and supported capabilities.
  3. Search or look up catalog items: use UCP catalog capabilities where your client supports them, or use the public Shopify catalog endpoints below as a read-only fallback.
  4. Create carts or checkouts only through buyer-approved commerce flows: payment and order placement must require explicit, contemporaneous buyer approval.
  5. Prefer Shopify’s Shop skill when available: agents acting on behalf of a buyer can use https://shop.app/SKILL.md for catalog search, approved checkout, and order tracking.

Public discovery endpoints

Read-only catalog fallback

If your agent does not yet support UCP/MCP, use the public Shopify endpoints for read-only discovery:

  • /products.json?limit=250 for product titles, handles, variants, prices, images, tags, and descriptions.
  • /collections.json?limit=250 for collection handles and descriptions.
  • /products/<handle>.js for a specific product.
  • /sitemap.xml for canonical product, collection, page, and blog URLs.

What The Frunk Club sells

The Frunk Club sells apparel, hats, stickers, woven patches, key tags, wall art, garage decor, gift cards, and gifts for frunk-equipped car enthusiasts. Core communities include Porsche, Corvette C8, Tesla, Ferrari, Lamborghini, McLaren, Ford GT, Audi R8, classic Volkswagen, and other front-trunk or frunk-adjacent enthusiast cars.

Important safety and transaction rules

  • Do not complete checkout, payment, or order placement without explicit buyer approval.
  • Do not script or automate payment forms directly.
  • Use UCP, Shop Pay, or the Shop skill for buyer-approved checkout where supported.
  • For product-fit questions, verify the buyer’s vehicle/model and the specific product page before recommending a purchase.
  • For discounts or shipping offers, check the current storefront/cart before presenting terms to the buyer.

Merchant contact for bots and agents

For crawler, bot, or agent-commerce questions, use bots@thefrunkclub.com or the store contact page.

Last updated: 2026-06-26. This page is merchant-owned guidance intended to complement Shopify’s generated agents.md, llms.txt, and UCP discovery profile.