Salla Docs
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Change Log
Salla CLI
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Change Log
Salla CLI
Salla - Opensource
Salla - Developers Community
  1. Events
  • Overview
  • Getting Started
  • Usage - Device Mode
  • Usage - Cloud Mode
  • Events
    • Account Events
    • Cart & Checkout Events
    • Product Events
    • Promotion & Coupon Events
    • Wishlist Events
  1. Events

Cart & Checkout Events

This model defines the structure for events triggered during the shopping cart and checkout process.

Available Events#

Product Added - Customer adds a product to cart
Product Removed - Customer removes a product from cart
Cart Viewed - Customer views their shopping cart
Cart Updated - Customer updates cart quantities
Checkout Started - Customer begins checkout process
Checkout Step Viewed - Customer views a checkout step
Checkout Step Completed - Customer completes a checkout step
Payment Info Entered - Customer enters payment information
Order Completed - Customer completes an order

Common Use Cases#

Track conversion funnels
Implement cart recovery
Analyze checkout abandonment
Optimize checkout flow
Trigger remarketing campaigns
Monitor payment success rates

Payload Object#

Schema
Example
Cart & Checkout Events

Example Implementation#

Cart Updated Event#

Modified at 2025-11-27 13:04:50
Previous
Account Events
Next
Product Events