Linux 软件免费装

Flx Commerce

开发者 rickey29
更新时间 2026年9月6日 23:52
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce rest-api agentic-commerce machine-readable ai-commerce

下载

0.1.0

详情介绍:

Flx Commerce prepares an existing WooCommerce store to participate in AI-driven ("agentic") commerce by exposing reliable, machine-readable information about the merchant, its product catalog, and what the store can actually do — and by letting an external client drive a real WooCommerce cart, checkout, and order through the store's own existing setup. WooCommerce remains the source of truth for every commerce fact this plugin exposes. Flx Commerce stores no products, carts, checkouts, orders, or customer data of its own; it reads from and acts through WooCommerce's own APIs (including its Store API) at the time each request is made. What it does today What it deliberately does not do (yet) Who this is for Store operators who want their existing WooCommerce store to be discoverable and machine-readable by AI shopping agents and other commerce clients, while keeping WooCommerce as the single source of truth for products, pricing, cart, checkout, and orders.

安装:

  1. Ensure WooCommerce is installed and active.
  2. Upload the flx-commerce folder to /wp-content/plugins/, or install the plugin ZIP through Plugins → Add New → Upload Plugin in wp-admin.
  3. Activate Flx Commerce through the Plugins screen.
  4. No configuration screen is required. Confirm the REST API responds by visiting /wp-json/flx-commerce/v1/capabilities on your site.
Activation registers the /.well-known/ucp route and flushes rewrite rules once; no other setup step is needed.

升级注意事项:

0.1.0 First public release.

常见问题:

Does this plugin process payments?

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.

Does this replace WooCommerce checkout?

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.

Does this plugin store any of my store's data?

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.

Does this plugin send data to any external service?

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).

What is UCP, and is it fully supported?

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.

Which product types are supported?

Simple, external, and variable products (including their variations). Grouped products are not currently supported.

Is there a settings page?

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.).

更新日志:

0.1.0