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.
Base URL: 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 protected]
2. Get Customer Order History
* GET /orders/by-contact?phone=1234567890
* GET /orders/[email protected]
Authentication: All requests must include the header: X-Brightery-API-Key: YOUR_API_KEY