Skip to main content
This section covers all webhook events related to categories, including category creation, updates, deletions, and relationship changes.

Event Types

The following category-related events are available:
  • category.create - Triggered when a new category is created
  • category.update - Triggered when an existing category is modified
  • category.deleted - Triggered when a category is deleted
  • category_relationship.created - Triggered when a product is assigned to a category
  • category_relationship.deleted - Triggered when a product is removed from a category

Category Created/Updated Event

The category.create and category.update events share the same payload structure.

Event Structure

Field Descriptions

Category Deleted Event

The category.deleted event is triggered when a category is removed from the system.

Event Structure

Field Descriptions

Category Relationship Created Event

The category_relationship.created event is triggered when a product is assigned to a category.

Event Structure

Field Descriptions

Category Relationship Deleted Event

The category_relationship.deleted event is triggered when a product is removed from a category.

Event Structure

Field Descriptions