How AI Shopping Agents Discover Your Shopify Store
This article explains the 7-step discovery flow that AI shopping agents like ChatGPT and Google Gemini use to find and interact with Shopify stores. It highlights common mistakes that make stores invisible to these agents.
Why it matters
As AI-powered shopping assistants become more prevalent, it's crucial for Shopify stores to ensure they are discoverable and interoperable with these agents.
Key Points
- 1AI shopping agents follow a strict 7-step discovery flow to find and interact with Shopify stores
- 2Most stores fail at step 2 by not having a valid UCP (Universal Commerce Protocol) manifest file
- 3The UCP manifest provides machine-readable information about the store's identity, products, and capabilities
Details
The article outlines the 7-step discovery flow that AI shopping agents use to find and interact with Shopify stores: 1. DNS and HTTPS: The agent checks if the store's domain resolves and serves content over HTTPS. 2. UCP Discovery: The agent looks for a UCP manifest file at the /.well-known/ucp path. This is where most stores fail, as not having a valid UCP manifest makes the store invisible to AI agents. 3. Profile Parse: The agent checks if the UCP manifest is properly formatted and contains all the required fields. 4. Capability Scan: The agent examines the store's supported capabilities, such as browsing, checkout, and search. 5. Endpoint Probe: The agent verifies that the declared API endpoints are actually reachable. 6. Negotiate: The agent checks if the store's capabilities match what the agent needs. 7. Transact: The agent executes the purchase flow if all previous steps are successful. The article emphasizes that the UCP manifest is crucial, as it provides the machine-readable identity and capabilities of the store. Failing to have a valid UCP manifest will cause AI agents to silently skip the store.
No comments yet
Be the first to comment