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. Ecommerce Events
  • Overview
  • Getting Started
  • Usage - Device Mode
  • Usage - Cloud Mode
  • Events
    • Account Events
    • Cart & Checkout Events
    • Product Events
    • Promotion & Coupon Events
    • Wishlist Events
  1. Ecommerce Events

Usage - Cloud Mode

Cloud Mode Integration with App Functions#

This guide provides comprehensive instructions for integrating E-commerce events using Cloud Mode and Salla App Functions. Cloud Mode offers a robust server-to-server integration, allowing your backend applications to react to customer events on the Salla platform without client-side dependencies.

Overview of Cloud Mode#

Cloud Mode integration through App Functions delivers E-commerce event payloads directly from Salla's servers to your configured App Functions. This approach is highly reliable and secure, making it ideal for:
Order Management Systems: Automatically processing new orders, cancellations, or updates.
Fulfillment Services: Triggering shipping and inventory updates.
CRM and Marketing Automation: Updating customer profiles and triggering campaigns based on behavior.
Custom Business Logic: Implementing complex, real-time reactions to platform events.
For a full, deployable example of handling multiple E-commerce events, refer to the Salla developer documentation for App Functions. This guide provides the foundational steps; practical applications will involve more sophisticated logic and integrations.
Modified at 2025-11-27 13:04:50
Previous
Usage - Device Mode
Next
Account Events