This section covers all webhook events related to brands, including brand creation, updates, and deletions.Documentation Index
Fetch the complete documentation index at: https://docs.enad.io/llms.txt
Use this file to discover all available pages before exploring further.
Event Types
The following brand-related events are available:brands.upsert- Triggered when a brand is created or updatedbrands.delete- Triggered when a brand is deleted
Brand Upsert Event
Thebrands.upsert event is triggered when a brand is created or updated.
Event Structure
Field Descriptions
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the brand |
name | string | Display name of the brand |
slug | string | URL-friendly identifier |
description | string | Optional description of the brand |
logo_url | string | Optional URL to the brand logo |
cover_url | string | Optional URL to the brand cover image |
series | array | Associated product series for the brand |
created_at | string | Creation timestamp |
updated_at | string | Last update timestamp |
Brand Delete Event
Thebrands.delete event is triggered when a brand is removed from the system.
Event Structure
Field Descriptions
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier of the deleted brand |