| 开发者 | brighterycom |
|---|---|
| 更新时间 | 2026年4月6日 01:06 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
https://your-site.com/wp-json/Brightery-api/v1
1. Get Specific Order (Ideal for "Where is my order?" flows)
GET /order/{order_id}?email=customer@example.com
2. Get Customer Order History
GET /orders/by-contact?phone=1234567890
GET /orders/by-contact?email=customer@example.com
Authentication: All requests must include the header: X-Brightery-API-Key: YOUR_API_KEY/wp-content/plugins/brightery-woo-order-api directory, or install the plugin through the WordPress plugins screen directly.No. This plugin creates its own independent, isolated endpoints specifically for bot tracking.
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.
Absolutely not. The API is strictly read-only and only returns the order ID, shipping company, shipping date, order status, and tracking link.