Linux 软件免费装

Brightery Woo-Order-Api

开发者 brighterycom
更新时间 2026年4月6日 01:06
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce api chatbot order-tracking manychat

下载

1.0.1

详情介绍:

Connecting WooCommerce to customer service chatbots shouldn't require exposing your entire store to complex webhook setups or granting full read/write API access. Brightery Woo-Order-Api acts as a secure, read-only bridge. It provides two highly specific API endpoints tailored exactly to what chatbots need: order statuses and tracking links. It is perfectly suited for developers building automated customer support flows on platforms like ManyChat, Chatfuel, Dialogflow, or custom AI agents. Features API Endpoints Base URL: https://your-site.com/wp-json/Brightery-api/v1 1. Get Specific Order (Ideal for "Where is my order?" flows)

安装:

  1. Upload the plugin files to the /wp-content/plugins/brightery-woo-order-api directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Navigate to WooCommerce > Bot API Settings in your WordPress admin menu.
  4. Copy the generated API Key or create your own, and click "Save".
  5. Provide the API endpoints and the API Key to your bot developer or integrate them into your chatbot platform via HTTP requests.

常见问题:

Does this require the default WooCommerce REST API to be enabled?

No. This plugin creates its own independent, isolated endpoints specifically for bot tracking.

How do I authenticate my bot?

Go to WooCommerce > Bot API Settings to find your API key. Pass this key in the headers of your bot's HTTP request as X-Brightery-API-Key.

Will this expose customer credit card details?

Absolutely not. The API is strictly read-only and only returns the order ID, shipping company, shipping date, order status, and tracking link.

更新日志:

1.0.0