Event Types
The following series-related events are available:series.upsert- Triggered when a product series is created or updatedseries.delete- Triggered when a product series is deleted
Series Upsert Event
Theseries.upsert event is triggered when a product series is created or updated.
Event Structure
Field Descriptions
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the series |
name | string | Display name of the series |
slug | string | URL-friendly identifier |
description | string | Optional description of the series |
logo_url | string | Optional URL to the series logo |
cover_url | string | Optional URL to the series cover image |
created_at | string | Creation timestamp |
updated_at | string | Last update timestamp |
Series Delete Event
Theseries.delete event is triggered when a product series is removed from the system.
Event Structure
Field Descriptions
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier of the deleted series |