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
- Engineering: an order status Business Tool (Shopify, WooCommerce, custom API, or SDK handler)
- Optional: identity / order-id collection so the tool is authorized
Steps (operator)
- Create or open the workspace — Create an AI agent.
- Upload shipping and delivery FAQs to knowledge.
- Ask engineering to register the order status tool and bind it to this workspace — start from Order tracking solution.
- In Console test chat, try:
- Policy: “How long does standard shipping take?”
- Tool: “Status of order
TEST-ORDER-ID” (use a sandbox order)
- Confirm the assistant asks for order id / email when required instead of guessing.
- 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.