Salla Docs
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Recurring Payments API
  • App Functions
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Change Log
Salla CLI
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Recurring Payments API
  • App Functions
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • 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
  • Customers Events
    • Account Events
    • Cart & Checkout Events
    • Product Events
    • Promotion & Coupon Events
    • Wishlist Events
  1. Merchants Events

Brand Events

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

Available Events#

brand.created - Triggered when a new brand is created
brand.updated - Triggered when brand details are updated
brand.deleted - Triggered when a brand is deleted

Event Type#

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

Common Use Cases#

Sync brand information with external systems
Update brand pages on external platforms
Manage brand assets and media
Track brand catalog changes
Update search indexes with brand data

Brand Context Object#

Schema
Example
Brands Events Model

Example Implementations#

Sync Brand to External System#

Update Search Index#

Testing#

1
Install your app
Install your app on a demo store
2
Navigate to Brands
Go to the Brands section in the demo store dashboard
3
Trigger the event
Create, update, or delete a brand
4
Test in preview
Use the brand ID in the App Function preview panel and click "Save and Preview"

Related Events#

Category Events - Categories and brands organize products
Modified at 2025-11-17 11:41:06
Previous
NodeJs Support
Next
Cart Events