| 开发者 | rickey29 |
|---|---|
| 更新时间 | 2026年9月6日 23:52 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
WC_Order for a cart. Payment is restricted to Cash on Delivery
(cod) for this release; no online payment processing of any kind is
implemented./.well-known/ucp and a
catalog.search REST endpoint. UCP checkout, payment, order creation,
and catalog.lookup are not implemented.grouped WooCommerce products.flx-commerce folder to /wp-content/plugins/, or install
the plugin ZIP through Plugins → Add New → Upload Plugin in
wp-admin./wp-json/flx-commerce/v1/capabilities on your site./.well-known/ucp route and flushes rewrite
rules once; no other setup step is needed.No. POST /order can only create an order using Cash on Delivery
(cod), which contacts no payment processor and moves no money. No
online payment gateway integration exists in this release.
No. Flx Commerce delegates every cart, checkout, and order operation to WooCommerce's own Store API and order-creation code. It adds a machine-readable REST surface in front of WooCommerce; it does not reimplement or replace any part of WooCommerce.
No. Merchant, product, cart, checkout, and order data are all read from
or acted through WooCommerce's own APIs at request time. The only data
this plugin persists is a small internal option tracking its own
installed version, used to manage its /.well-known/ucp rewrite rule
safely — no store, product, customer, or order data.
No. Flx Commerce makes no outbound calls to any third-party or Flx-owned service. Its REST endpoints only ever talk to your own WordPress/WooCommerce install (via WordPress's own internal REST dispatch and, for checkout/order, a loopback HTTP request to your own site's REST API).
UCP (Universal Commerce Protocol) is an open protocol for AI commerce discovery. This plugin implements only its discovery/catalog interface — a merchant profile document and a catalog-search endpoint. UCP checkout, payment, order creation, and product lookup are not implemented.
Simple, external, and variable products (including their variations). Grouped products are not currently supported.
No. This release has no configuration UI; behavior is either automatic (discovery endpoints) or governed by WooCommerce's own store configuration (shipping, available payment methods, etc.).