# How to set up a shipment-tracking chatbot > Connect a shipment-tracking chatbot to the right data source, explain delivery stages, handle delays and missing parcels, and test failures before launch. _Onur Candan — Kurucu & CEO · 2026-09-15 · https://palmate.ai/blog/how-to-set-up-shipment-tracking-chatbot_ A shipment-tracking chatbot matches a customer’s parcel to current order or logistics records. A reliable setup distinguishes label creation, carrier handover and final delivery. When source information is missing, the assistant should explain the uncertainty rather than guess, and route the necessary request to the operations team for follow-up. ## Key Takeaways - Tracking numbers and carrier scans may come from different sources. - Distinguish label creation, dispatch and delivery. - Define operational handoff for delays and delivery disputes. ## Identify the source of each field Your commerce platform may hold a tracking number, while detailed carrier scans need a separate connection. List the source for each field. When reviewing [available integrations](/integrations), do not assume every movement from every carrier is accessible. ## Match customers to the correct shipment An order or tracking number alone may not authorise disclosure of every detail. Define appropriate verification. If an order is split into parcels, explain which products belong to each shipment rather than marking the entire order delivered when one parcel arrives. ## Translate statuses into plain language - Label created: the parcel may not yet have reached the carrier. - In transit: share the latest scan and tracking link where available. - Out for delivery: do not invent a delivery time. - Delivered: open an investigation request if receipt is disputed. Consider the last update time. Do not present an old scan as fresh information. ## Prepare delay and missing-parcel workflows Use operational rules for overdue shipments, damage and delivery disputes. Once a support case exists, share its reference and next step. Prevent repeated enquiries from creating unnecessary duplicate cases. ## Test and monitor after launch Try unknown references, wrong customers, split shipments, carrier outages and conflicting statuses. Track correct answers, repeat enquiries and operational handoffs. Update mappings when carriers or status labels change. ## Evaluate your own workflow Explore [the e-commerce chatbot](/ecommerce-chatbot). [Request a demo](/contact) to review the flow with your own systems and customer requests. ## Frequently Asked Questions ### Does it work with every carrier? Available information depends on the integration. Carrier scans may require a separate connection. ### Can it give an exact delivery time? Only if the source verifies it. An estimate should not be presented as a firm commitment. ### How does this differ from order tracking? Order tracking also covers preparation and payment. Shipment tracking focuses on transportation.