🛒 CartPilot AI
AI salesperson that upsells, cross-sells and recovers abandoned carts.
RecommendationsCart recoveryOrder statusShopify plugin
Use: E-commerce
Code Usage
<?php
require "api/ecommerce-assistant.php";
$bot = new Bot();
echo $bot->handle($_POST["message"]);
?>