Salla Docs
Merchant API
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
  • Billing System Salla partners
Storefront
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Change Log
Salla CLI
Merchant API
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
  • Billing System Salla partners
Storefront
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Change Log
Salla CLI
Salla - Opensource
Salla - Developers Community
  1. Merchants Events
  • Welcome 👋
  • What are App Functions?
  • Get Started
  • Supported Events
  • Testing
  • Responses
  • NodeJs Support
  • Merchants Events
    • Brand Events
    • Cart Events
    • Category Events
    • Communication Events
    • Customer Events
    • Invoice Events
    • Review Events
    • Shipment Events
    • Shipping Company Events
    • Shipping Zone Events
    • Special Offer Events
    • Store Branch Events
    • Order Events
  • Customers Events
    • Account Events
    • Cart & Checkout Events
    • Product Events
    • Promotion & Coupon Events
    • Wishlist Events
Merchant API
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
  • Billing System Salla partners
Storefront
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Change Log
Salla CLI
Merchant API
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
  • Billing System Salla partners
Storefront
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Change Log
Salla CLI
Salla - Opensource
Salla - Developers Community
  1. Merchants Events

Order Events

This model defines the structure for events triggered when a order is created, updated, or deleted in a merchant's store.

Available Events#

order.created - Triggered when order is created
order.updated - Triggered when order details are updated
order.status.updated - Triggered when the order status changes
order.cancelled - Triggered when an order is cancelled
order.refunded - Triggered when an order is refunded
order.deleted - Triggered when an order is deleted
order.products.updated - Triggered when products within an order are updated
order.payment.updated - Triggered when order payment details are updated
order.coupon.updated - Triggered when an order coupon is applied, updated, or removed
order.total.price.updated - Triggered when the total price of an order is updated

Event Type#

Asynchronous Event - Processed in the background after the order operation completes.

Common Use Cases#

Sync order information with external systems
Track order status updates
Track coupons applied to an order

Order Context Object#

Schema
Example
Orders All Events Model

Example Implementations#

Sync Order to External System#

Testing#

1
Install your app
Install your app on a demo store
2
Navigate to Orders
Go to the Orders section in the demo store dashboard
3
Trigger the event
Create, update, or delete an Order
4
Test in preview
Use the order ID in the App Function preview panel and click "Save and Preview"
Modified at 2026-01-22 07:23:59
Previous
Store Branch Events
Next
Account Events