WooCommerce 10.7 Gave You a Typed Fulfillment API — Send Shipped Events to Ads

WooCommerce 10.7, released April 14, 2026, shipped a typed fulfillment API with get_tracking_number(), set_tracking_number(), get_shipping_provider(), and a new FULFILLMENT order note group — standardising shipping data that was previously locked inside plugin-specific tables. Most WooCommerce stores send only a Purchase event to Google Ads and Meta CAPI, but post-purchase signals like Shipped and Delivered correlate with refund-free, high-LTV customers and give Smart Bidding higher-quality data to optimise toward. The new API means any server-side pipeline can now read fulfillment data from a stable WC_Data_Store and fire enriched offline conversion events to every ad platform and BigQuery.

Claude Desktop’s BigQuery MCP: 90-Second Setup, Empty WooCommerce Results

Google’s remote BigQuery MCP server reached general availability in May 2026, collapsing the Claude Desktop wiring story to three lines of JSON and a one-time OAuth flow. The setup takes 90 seconds. The disappointment takes another two minutes. For 9 out of 10 WooCommerce stores, the default ETL stack syncs only six entity types from the WooCommerce REST API—orders, products, customers, coupons, refunds, shipping—and zero behavioural events. Claude Desktop runs SQL against that warehouse and returns answers about completed orders, and almost nothing else about cart behaviour, traffic sources, or campaign attribution.

Stripe Just Wired AI Agents Into Your WooCommerce Checkout

At Stripe Sessions on April 29-30, 2026, Stripe shipped Machine Payments Protocol via the Payment Intents API, expanded Link into an agent wallet for AI shopping agents, and announced a Universal Commerce Protocol partnership with Google. WooCommerce 10.7 had already shipped a native agentic_commerce payment gateway on April 14. Every agent-initiated purchase completes server-side through the Payment Intents API, bypassing the Meta Pixel, GA4 client-side, GTM, and TikTok Pixel entirely. WooCommerce stores need server-side event capture hooked to woocommerce_payment_complete to attribute these orders at all.

WooCommerce 10.7 Just Shipped Agent Checkout — and Broke Your CAPI Dedupe

WooCommerce 10.7 released on April 14, 2026 and added a native agentic_commerce payment gateway feature flag via PR #61271. The release also shipped a checkout complete endpoint that bypasses the browser entirely. AI agents — Stripe ACP integrations, ChatGPT Instant Checkout, OpenAI’s Buy It in ChatGPT flow — can now book real WooCommerce orders without … Read more

WooCommerce 10.3 Lets AI Agents Buy. Your Tracking Pixels Don’t Know.

WooCommerce 10.3 introduced the WooCommerce MCP in October 2025, enabling AI agents like Claude, Cursor, ChatGPT, and Gemini to query and purchase from stores directly through the WordPress Abilities API. Universal Commerce Protocol launched January 11, 2026. Agent traffic now converts at 15 to 30 percent versus a 2 to 3 percent human baseline (Presta, Q1 2026). Meta Pixel, Google Ads, and GA4 record agent purchases as human conversions, contaminating Smart Bidding training data, misrouting Customer Match attribution, and distorting refund-rate cohorts. The fix is server-side tagging, not blocking.