How to track orders
Goal: Customers ask “Where is my order?” on widget or WhatsApp and get a factual status from your commerce system — not a hallucinated ETA.
What you need
- AI Workspace for Support or Commerce
- Policy docs in knowledge (shipping times, carriers) for non-account questions
- For Shopify: install Shopify on the workspace and Connect the store — Connect Shopify
- Engineering (non-Shopify): an order-status Business Tool or SDK handler
- Customer identity: Hub email (WhatsApp collects and OTP-verifies it when missing)
Steps (operator)
- Create or open the workspace — Create an AI agent.
- Upload shipping and delivery FAQs to knowledge.
- For Shopify, skip a custom tool: customer WhatsApp “show my recent orders” / “where is my order” uses
list_my_orders/get_my_orderwith Hub email + ownership. Otherwise ask engineering to register an order status tool — Order tracking solution. - In Console test chat (staff), try shop-wide “list all orders” and a sandbox order id.
- On WhatsApp, confirm the assistant asks for email + OTP when the Person has no Hub email, then returns only that customer’s orders.
- Enable the customer channel (widget / WhatsApp).
- Spot-check Conversations in the first days; refine instructions if the model skips the tool.
Workflow
Order tracking live
- Workspace + shipping docs — Policies in knowledge.
- Order status tool — Engineering wires commerce API.
- Test ask → tool → answer — Sandbox order IDs.
- Publish channel — Widget or WhatsApp.
- Monitor failures — Tool errors and missing IDs.