E-Commerce API
Turn Browsers Into
Loyal Customers
Boost conversions with abandoned cart recovery, personalized promotions, order notifications, and loyalty campaigns — all automated across channels.
// Trigger an abandoned cart recovery
const recovery = await client.ecommerce.recoverCart({
cartId: 'cart_89423',
customer: { name: 'Aria', phone: '+14155550199' },
offer: '10% off if you complete checkout today'
});
console.log(`Recovery ID: ${recovery.id}`);Cart Recovery
Automatically send personalized reminders when customers abandon their carts, recovering up to 15% of lost sales.
Order Notifications
Keep customers informed with real-time shipping updates, delivery confirmations, and return status alerts.
Loyalty Programs
Build automated loyalty campaigns with points, rewards, and personalized offers across all channels.