Microsoft Advertising flipped the switch on general availability of Universal Commerce Protocol (UCP) feed support in Microsoft Merchant Center for the United States on April 21, 2026. The rollout locks arms with an early and high-profile retail partner: Target, which is integrating Copilot Checkout and its Target Circle loyalty program directly into the agentic shopping flow.

What Is Driving the UCP Adoption

The Universal Commerce Protocol isn’t a brand-new standard, but Microsoft’s full-throated endorsement via Merchant Center marks its most aggressive push yet to unify product data across search, AI assistants, and checkout experiences. UCP feeds go beyond the flat attribute lists of legacy Google Shopping or Facebook product catalogs. They bundle rich, context-aware metadata—real-time inventory, fulfillment options, carbon footprint data, and loyalty-eligibility flags—into a single, machine-readable stream.

For advertisers, the immediate value is practical. A single UCP feed can power everything from traditional Shopping Campaigns in Microsoft Advertising to the expanding Copilot ecosystem without having to maintain parallel catalogs. Microsoft says the protocol reduces feed management overhead by up to 40% compared to maintaining separate Google Merchant Center and Microsoft Merchant Center feeds.

Microsoft Merchant Center’s UCP Ingestion

Inside Microsoft Merchant Center, e-commerce managers will find a new “UCP Feed” option alongside existing options for XML, TSV, and API uploads. The integration supports scheduled fetches, tag-based rule filtering for niche campaigns, and automatic error correction that leans on large language models to resolve conflicting values like mismatched GTINs or price discrepancies.

Key capabilities of the UCP feed handler in Merchant Center include:

  • Delta updates: Only changed fields are transmitted, dramatically reducing processing time for large catalogs with frequent price swings.
  • Loyalty-aware pricing: Retailers can flag products eligible for loyalty discounts, enabling Copilot to surface personalized prices at checkout.
  • Environmental signals: Sellers can attach sustainability certifications or carbon offsets, which Copilot may factor into purchase recommendations when users have set eco-preferences.
  • Multi-fulfillment mapping: Ship-from-store, curbside pickup, and same-day delivery windows are all encoded natively, not as workaround custom labels.

Microsoft says the UCP ingestion pipeline will process 95% of feeds in under 30 minutes, down from the two-hour average for legacy bulk uploads.

Copilot Checkout: From Discovery to Transaction

Copilot Checkout is the transactional muscle behind Microsoft’s agentic commerce vision. Rather than stopping at product recommendations, Copilot can now authenticate against a user’s Microsoft Account, retrieve saved payment methods from Microsoft Wallet, and complete a purchase—all within a single conversation.

The feature debuted in limited preview with a handful of retailers in late 2025. April’s GA brings Copilot Checkout eligibility to any U.S. retailer that has adopted UCP feeds and agreed to the Copilot Commerce terms. For shoppers, that means typing or speaking queries such as “I need a birthday gift for my niece who loves unicorns, and I have a Target Circle account, show me in-stock options I can pick up today under $30” will yield a curated set of products. One tap can finalize the order.

Early tests with pilot merchants showed a 23% lift in conversion rate when Copilot Checkout surfaced UCP-powered listings compared to standard Shopping ads, Microsoft Advertising disclosed in a technical briefing.

Target as the Strategic Launch Partner

Target’s role goes beyond being an early adopter. The Minneapolis-based retailer is the first to tightly couple its Target Circle loyalty program with Copilot Checkout. When a shopper authorizes the integration, Copilot gains access to their Circle wallet—stored discounts, earned rewards, and personalized offers—and applies them automatically at checkout.

The practical outcome is frictionless loyalty redemption. A Target Circle member asking Copilot for “fabric softener that’s on my saved offers” will see only items matching their digital coupons, with the discounted price reflected before confirming the purchase. The integration also respects Target Circle’s earnings-based rewards, so Copilot can remind a user they’re close to a bonus and suggest a topping-off item.

Target’s chief digital officer noted in a joint statement that early testing showed a 14% increase in loyalty member checkout completion when Copilot handled offer matching versus manual app browsing. The statement also confirmed that Target will extend the capability to its Shipt same-day delivery platform later in 2026.

How Retailers Can Get Started

Merchants already using Microsoft Merchant Center won’t see their existing feeds break. UCP is an additive channel. To activate it, a merchant creates a UCP feed endpoint, configures the feed in Merchant Center, and maps the UCP attributes to their internal product database. Microsoft provides a validation API that simulates feed ingestion and flags schema errors before the feed goes live.

For developers, the UCP schema is documented under the open-source UCP specification hosted on GitHub. Microsoft’s implementation expects the latest version 3.2 schema, which adds the loyalty and fulfillment_profiles objects. A basic UCP product object looks like:

{
  "id": "prod-928374",
  "title": “Unicorn Night Light Projector”,
  "price": {
    "amount": 24.99,
    "currency": "USD"
  },
  "availability”: “in_stock”,
  "fulfillment_profiles”: [
    {
      “method”: “pickup”,
      “eta”: “PT2H”,
      “store_id”: “TGT-1028”
    }
  ],
  "loyalty_discounts”: [
    {
      “program_id”: “target_circle_us”,
      “applied_price”: 19.99,
      “offer_description”: “Save $5 with Circle coupon”
    }
  ]
}

Microsoft’s feed validator will reject items that don’t include a valid GTIN or brand field, a stricter requirement than the traditional Merchant Center feed policies. The rationale is to ensure Copilot can accurately identify and match products across retailers.

Agentic Commerce and the Death of the Manual Checkout

Microsoft’s broader bet is that AI agents will increasingly intermediate commerce. Copilot Checkout is an early manifestation: the AI doesn’t just recommend, it transacts. Microsoft Advertising envisions an ecosystem where Copilot can negotiate on a user’s behalf, combining loyalty benefits, coupon codes, and even waiting for a predicted price drop before executing a purchase.

That future requires a standardized language for commerce, which is precisely the role UCP fills. It’s the bridge between a retailer’s inventory and an AI’s decision engine. By mandating UCP for Copilot Checkout eligibility, Microsoft is pushing the industry toward a protocol that it hasn’t yet universally adopted.

Challenges and Criticisms

Not every retailer is enthusiastic. Some e-commerce directors worry about ceding the checkout experience to an AI that might prioritize speed over brand storytelling. UCP’s rich metadata includes product descriptions and lifestyle images, but Copilot’s interface currently strips much of that away in favor of a utilitarian, line-item presentation.

There are also concerns about payment security. Microsoft is leaning on Microsoft Wallet and tokenized payment methods, but Copilot Checkout requires shoppers to trust the AI with purchase power. Microsoft says it will support opt-in spending limits and biometric re-authentication for high-value transactions, but the features weren’t demoed in the April 21 rollout.

Privacy advocates have raised flags about the loyalty integration. By authorizing Copilot to access their Target Circle account, shoppers are effectively handing Microsoft visibility into their purchase patterns and offer usage. Microsoft insists that loyalty data is used only for the immediate transaction and not retained for ad targeting, but the distinction may be lost on the average user.

The Competitive Landscape

Google has its own agentic shopping play with Google Shopping Graph and AI-powered search overviews that can hold items in a cart, but it hasn’t yet closed the loop with a universal checkout API. Amazon, meanwhile, is firmly entrenched with Alexa Shopping but operates within its own walled garden. Microsoft’s advantage is its platform-agnostic angle: Copilot Checkout can work across any retailer using UCP, making it potentially more appealing to multi-brand retailers who don’t want to build deep integrations with each AI assistant.

The UCP announcement also puts pressure on social commerce players like Meta and TikTok, whose product feeds remain largely proprietary. An open standard like UCP, if widely adopted, could level the playing field for discovery across channels.

What’s Next

Microsoft is already teasing the next frontier: Copilot Commerce agents for businesses. In a research concept shown to analysts, the company demonstrated a scenario where a small boutique’s AI agent negotiates with a buyer’s Copilot agent for bulk orders, applying tiered loyalty discounts and scheduling recurring deliveries without human intervention. Such B2B applications are still in the lab, but the UCP framework makes them technically feasible today.

On the consumer side, Microsoft plans to bring Copilot Checkout to the Edge browser sidebar, Windows taskbar integration, and Xbox consoles by the end of the year. The Target partnership will also expand to include Target’s private-label brands in UCP feeds, allowing Copilot to surface these products in competitive product comparisons.

Verdict

With UCP support in Merchant Center, Microsoft is laying the plumbing for a future where shopping is mediated by AI agents rather than manual search-and-click behavior. The Target partnership validates the concept with a scale retailer and a loyalty program integration that shoppers can grasp immediately. The success of this initiative will hinge on adoption velocity—how quickly other major retailers join the UCP ecosystem—and on Microsoft’s ability to balance convenience with control. For now, Microsoft Advertising has drawn a clear line in the sand: the future of commerce speaks UCP.