AI agents are starting to buy. Can your shop sell to a machine?
The short version. In January 2026 Google and Shopify introduced UCP, a protocol covering the whole shopping journey from discovery to post-purchase support. OpenAI and Stripe have run ACP since September 2025, completing purchases inside ChatGPT, and by early 2026 it was processing live transactions. Your product can be bought without the customer ever opening your website.
For a shop that means one uncomfortable thing: for twenty years we optimised for the human eye, now we also optimise for a machine that decides on data, not design.
What happened
Instead of a person browsing shops and clicking buy, they give an assistant a goal such as “order trail running shoes under 150 EUR that arrive by Friday”. The agent compares options across merchants, picks one and completes the purchase.
| Protocol | Behind it | What it covers |
|---|---|---|
| UCP | Google and Shopify, announced January 2026 | full journey from discovery to post-purchase |
| ACP | OpenAI and Stripe, since September 2025 | checkout completed inside ChatGPT |
| MCP | originally Anthropic, now under the Linux Foundation | connecting models to catalogue, stock, customers |
Most brands will end up supporting more than one. Familiar from feeds and marketplaces, except the stake is higher: this is not a click, it is the whole sale.
Why you cannot ignore it
Not because everyone will shop through agents tomorrow. Because preparation takes months and concerns things you need to fix anyway:
- Structured product data. An agent does not read a beautiful photo, it reads data. Without proper attributes, availability, delivery times and prices in machine readable form, you do not exist.
- Availability and shipping as data. “Arrive by Friday” can only be evaluated if your real delivery date is a value, not a sentence in the footer.
- Consistency. If the price differs between site, feed and XML, the agent picks someone else.
What I would do first
- Audit product data. What share of items has every key attribute filled in? If you do not know, that is the answer.
- Feeds and structured data. Schema.org for products, prices, availability, reviews.
- Real delivery times, not “usually within three days”.
- Platform check. Can your platform support these protocols or be extended?
- Only then protocols. There is no point in UCP while the catalogue is a mess.
What it does not mean
It does not mean your shop is pointless. Brand, content and trust still decide, they just show up differently. And it does not mean rebuilding everything tomorrow. It means data quality stops being an internal topic and becomes a sales channel.
If you are building a new shop this can be handled in the design. See e-commerce development or get in touch.
FAQ
When does this reach smaller markets? Customers everywhere already use the same AI tools. Assuming you have years is optimistic.
Do I need all three protocols? Not immediately. The foundation, clean structured data, is shared by all of them.
Will I lose contact with the customer? Part of the journey, yes. Which raises the value of what an agent cannot replace: brand, service and repeat purchase.
What if my shop is small? Tidy data is cheap on a small catalogue and a project on a large one. Starting now is an advantage.
This summarises publicly available sources as of 28 August 2026. The protocols are moving fast, verify the current specification before implementing.