Skip to main content

E-commerce

Coming Soon

This documentation is currently being written. Check back soon!

Overview

Learn how to build shopping assistant flows for e-commerce sites.

Use Case

Provide personalized product recommendations and shopping assistance.

Implementation Example

new ChatBoxSDK({
apiKey: 'YOUR_API_KEY',
context: {
productId: getCurrentProductId(),
category: 'electronics',
cartTotal: getCartTotal(),
cartItems: getCartItemCount()
}
});

Features

  • Product recommendations
  • Cart abandonment recovery
  • Order tracking
  • Size/fit assistance
  • Price alerts

Next Steps