Description
WPMR Agentic Checkout for WooCommerce enables any WooCommerce store to participate in “Buy it in ChatGPT” — OpenAI’s revolutionary feature that lets over 700 million weekly ChatGPT users discover and purchase products directly within their conversations.
This plugin implements the Agentic Commerce Protocol (ACP) — the open standard co-developed by OpenAI and Stripe that powers AI-driven commerce.
Developed by WP Marketing Robot to help WooCommerce store owners tap into the future of AI-powered commerce.
How It Works
Agentic Checkout for WooCommerce works together with WP Product Feed Manager for WooCommerce — the Multi Channel product feed manager for WooCommerce:
- WP Product Feed Manager generates a ChatGPT-optimized product feed for OpenAI to index
- WPMR Agentic Checkout handles all checkout communication between ChatGPT and your store
When a ChatGPT user decides to buy one of your products:
- Discovery — Your products are indexed from your WooCommerce site (via WP Product Feed Manager)
- Buy Click — User clicks “Buy” in ChatGPT (your site must be approved/enabled by OpenAI)
- Instant Checkout — Payment is confirmed in ChatGPT via Stripe (PCI-compliant)
- Order Handoff — ChatGPT sends the order via Agentic Commerce Protocol
- Plugin Validation — This plugin receives the order, validates inventory and shipping address
- Accept/Decline — Plugin confirms or rejects the order to ChatGPT in real-time
- Order Creation — If accepted, the order is created in WooCommerce as paid (status: Processing)
- Fulfillment — You ship the product and provide customer support as normal
Key Features
Checkout & Communication
- ACP REST API Endpoints — Full implementation of checkout session create, update, complete, and cancel endpoints
- Request Validation — Signature verification, IP allowlisting, and idempotency handling per OpenAI spec
- Webhook Notifications — Sends order_created and order_updated events to OpenAI
Payment Processing
- Stripe Integration — Secure payment processing using Stripe’s delegated payment tokens
- PCI Compliant — Plugin never touches raw card data; all sensitive data handled by Stripe
- 3D Secure Support — Handles authentication challenges when required
WooCommerce Integration
- Native Orders — Orders flow through standard WooCommerce workflow
- Tax Calculation — Uses WooCommerce tax settings based on shipping address
- Shipping Zones — Integrates with WooCommerce shipping zones and methods
- Inventory Sync — Stock availability checked in real-time
Admin Features
- Per-Product Control — Enable/disable individual products for ChatGPT checkout
- Bulk Actions — Manage multiple products at once from the product list
- Test Mode — Safely test your integration before going live
- Activity Logging — Track all API requests and webhook deliveries
- robots.txt Helper — Built-in instructions for configuring OpenAI crawlers
About the Agentic Commerce Protocol
ACP is an open standard that defines how AI agents communicate with e-commerce platforms. It enables:
- Browsing product catalogs
- Creating and managing checkout sessions
- Processing payments securely
- Handling fulfillment and shipping
Think of ACP as the language that allows AI and e-commerce to speak to each other.
Why WPMR Agentic Checkout?
- New Sales Channel — Reach 700M+ weekly ChatGPT users
- You Stay in Control — Remain the merchant of record for orders, payments, and support
- Leverage Existing Data — Works with your WP Product Feed Manager product feed
- Free & Open Source — GPL-licensed, no fees from the plugin itself
Configuration
After installation:
- Apply for ACP approval at https://openai.com/index/buy-it-in-chatgpt/
- Once approved, obtain your OpenAI API Key from the OpenAI ACP dashboard
- Get your Stripe API keys from https://dashboard.stripe.com/apikeys
- Enter all API keys in the plugin settings page
- Build your ChatGPT product feed in Product Feed Manager plugin
- Submit your product feed URL to OpenAI for indexing
External Services
This plugin relies on third-party services to provide ACP checkout, payment processing, security validation, and connection testing.
OpenAI
OpenAI is used to support “Buy it in ChatGPT” / Agentic Commerce Protocol functionality.
Data sent and when:
– During admin connection tests, the plugin sends your configured OpenAI API key (as an Authorization header) to OpenAI’s models endpoint to verify API access.
– During IP allowlisting updates, the plugin fetches OpenAI’s published CIDR list from https://openai.com/chatgpt-connectors.json to validate incoming ACP requests.
– During normal operation, order and fulfillment webhook payloads required by ACP are sent to OpenAI when ChatGPT-originated orders are created or updated.
OpenAI legal links:
– Terms of Use: https://openai.com/policies/terms-of-use/
– Privacy Policy: https://openai.com/policies/privacy-policy/
Stripe
Stripe is used to process payments for ChatGPT checkout orders.
Data sent and when:
– During admin connection tests, the plugin sends your Stripe secret key (as a Basic Authorization header) to Stripe’s account endpoint to verify account/API connectivity.
– During checkout processing, payment-related request data is sent to Stripe to create/confirm payment intents and complete payment flows.
Stripe legal links:
– Services Agreement / Terms: https://stripe.com/legal/ssa
– Privacy Policy: https://stripe.com/privacy
About WP Marketing Robot
WP Marketing Robot specializes in innovative e-commerce and marketing solutions for WordPress and WooCommerce. We create tools that help online store owners succeed in the evolving digital commerce landscape.
Website: https://wpmarketingrobot.com
Installation
Requirements
- WordPress 5.0 or higher
- WooCommerce 5.0 or higher
- PHP 7.4 or higher
- WP Product Feed Manager for WooCommerce (required)
Installation Steps
- First, install and activate WP Product Feed Manager for WooCommerce if you haven’t already.
- Upload the plugin files to the
/wp-content/plugins/wpmr-agentic-checkoutdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Go to Feed Manager > AI Checkout to configure the plugin.
FAQ
-
How do I install this plugin?
-
The easiest way is to install directly from WordPress.org:
1. Go to Plugins > Add New in your WordPress admin
2. Search for “WPMR Agentic Checkout for WooCommerce”
3. Click Install Now, then Activate
4. Go to Feed Manager > AI Checkout to configure -
What is the Agentic Commerce Protocol (ACP)?
-
ACP is an open standard that allows AI agents, like ChatGPT, to interact with e-commerce stores in a standardized way. This enables features like “Buy it in ChatGPT.”
-
Do I need to apply for OpenAI ACP approval?
-
Yes, you need to apply at https://openai.com/index/buy-it-in-chatgpt/ and get approved before your products can appear in ChatGPT.
-
Do I need a Stripe account?
-
Yes, a Stripe account is required for payment processing.
-
Where are the plugin settings?
-
After activation, go to Feed Manager > AI Checkout in your WordPress admin menu (WP Product Feed Manager plugin is required).
-
Can I control which products appear in ChatGPT?
-
Yes! Version 1.1.0 adds per-product controls. Edit any product and use the “ChatGPT Checkout” meta box to enable/disable it. You can also use bulk actions on the product list to enable/disable multiple products at once.
-
How do I test the integration safely?
-
Enable Test Mode in the plugin settings (Feed Manager > AI Checkout). All orders created while test mode is active will be marked as test orders with clear visual indicators.
-
Where can I find my product feed?
-
The product feed is generated by WP Product Feed Manager. Create a ChatGPT/OpenAI feed in the Feed Manager settings, then submit that feed URL to OpenAI for indexing.
-
Is this plugin free?
-
Yes, the plugin is completely free and open source under GPLv2 license.
-
Does this work with any store?
-
Yes, as long as you meet the minimum requirements (WordPress 5.0+, WooCommerce 5.0+, PHP 7.4+) and have WP Product Feed Manager for WooCommerce installed.
-
Why is WP Product Feed Manager required?
-
WPMR Agentic Checkout hooks into WP Product Feed Manager to leverage your existing product feed configuration. This integration allows you to use the same product data you’ve already set up for Google Shopping and other channels for AI-powered commerce through ChatGPT.
-
Who develops this plugin?
-
This plugin is developed and maintained by WP Marketing Robot (Michel Jongbloed, Auke Jongbloed), independent of OpenAI, Stripe, or WooCommerce.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“WPMR Agentic Checkout for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WPMR Agentic Checkout for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2.0 2026-05-23
- Validated initial release
1.1.0
- Initial release
- Full Agentic Commerce Protocol (ACP) implementation
- REST API endpoints for checkout sessions (create, update, complete, cancel)
- Request validation (signature verification, IP allowlisting, idempotency)
- Webhook notifications to OpenAI (order_created, order_updated)
- Stripe payment processing with PCI-compliant tokenization
- WooCommerce shipping zones and tax integration
- Per-product ChatGPT checkout control
- Test mode for safe testing
- Bulk actions for product management
- Activity logging for API requests and webhooks
- Integration with WP Product Feed Manager for product feeds