How to think about the cost stack before picking a platform
Every AI chatbot deployment for ecommerce has three real cost components, even when a vendor bundles them into a flat monthly rate. First is the platform or middleware cost: the software that connects to your Shopify/WooCommerce data, manages conversation routing, handles human escalation, and provides the admin dashboard. Second is the LLM inference cost: the tokens consumed by the language model on every conversation turn. Third is the integration and maintenance cost: developer hours to build the initial integration, keep it updated, and handle edge cases the AI mishandles.
Vendors like Intercom and Zendesk bundle layer 1 and layer 2 into a per-seat or per-resolution fee. This looks simpler but usually costs 5–20x more per conversation than calling the API directly. The trade-off is real: platforms also handle layer 3, so for teams without a developer, the platform markup is often worth it. For teams with even one backend engineer, a custom API build almost always wins on total cost at volume above 2,000 conversations per month.
A useful frame: if your chatbot resolves 60% of tickets autonomously, the math changes versus 30% resolution. At low resolution rates, you pay both the chatbot cost AND the human agent cost for the same ticket. Platforms like Intercom Fin charge per resolution (not per conversation), which aligns their incentive with yours but creates a pricing shock when resolution rates rise.