Category Events
A comprehensive list of events that can activate webhooks for category changes, including creation, updates, deletions, and product assignments.
Events
| Event | Description |
|---|---|
category-created | Triggers whenever a new category is created. |
category-updated | Triggers whenever a category is updated. |
category-removed | Triggers whenever a category is removed. |
category-products-assigned | Triggers when products are assigned to the category. |
category-products-unassigned | Triggers when products are unassigned to the category. |
Webhook Payload Examples
category-created
{
"event_id": "whev_jvpg8yg9t6o7gq4v",
"event_type": "category-created",
"api_version": 2,
"object": "event",
"data": {
"category": {
"id": "0298df64-16c4-4b42-b1c4-b9d5c8678685",
"image": null,
"asset_id": null,
"parent_id": "e6df3338-8a59-4096-b515-02e61ba97846",
"slug": "washing-machines",
"icon": "star",
"object": "category",
"status": true,
"name": "Washing Machines",
"created_at": 1667837076,
"config": {
"en": {
"description": null,
"seo_description": null,
"seo_title": null,
"title": "Washing Machines"
}
},
"number_of_subcategories": 0,
"number_of_products": 0,
"path": "61fab71e-c65f-4a02-90ff-f424c6cabc69/e6df3338-8a59-4096-b515-02e61ba97846",
"label_path": "Electronics/Appliances"
}
},
"endpoint_id": "5dcbcd22-c0e5-4003-8223-e367ce5eb8bf"
}category-updated
{
"event_id": "whev_7wnmyd562tprq6d4q",
"event_type": "category-updated",
"api_version": 2,
"object": "event",
"data": {
"category": {
"id": "0298df64-16c4-4b42-b1c4-b9d5c8678685",
"image": null,
"asset_id": null,
"parent_id": null,
"slug": "washing-machines",
"icon": "star",
"status": true,
"object": "category",
"name": "Washing Machines",
"created_at": 1667837076,
"config": {
"en": {
"description": null,
"seo_description": null,
"seo_title": null,
"title": "Washing Machines"
}
},
"number_of_subcategories": 0,
"number_of_products": 0,
"path": "0298df64-16c4-4b42-b1c4-b9d5c8678685",
"label_path": ""
},
"changes": [
"parent"
]
},
"endpoint_id": "5dcbcd22-c0e5-4003-8223-e367ce5eb8bf"
}category-removed
{
"event_id": "whev_grxvk3qybok4go1y",
"event_type": "category-removed",
"api_version": 2,
"object": "event",
"data": {
"category": {
"id": "c21a007e-831d-47e7-bd9b-987fbf4d69c0"
}
},
"endpoint_id": "5dcbcd22-c0e5-4003-8223-e367ce5eb8bf"
}category-products-assigned
{
"event_id": "whev_r2pnjkn1fmen5y67",
"event_type": "category-products-assigned",
"api_version": 2,
"object": "event",
"data": {
"category": {
"id": "61fab71e-c65f-4a02-90ff-f424c6cabc69",
"image": "https://pub.tamio.com/1123-nUksoyg5kBmxzHP7rSecbgpE7/tamio_logo_1000x1000.png",
"parent_id": null,
"slug": "",
"asset_id": null,
"icon": "",
"status": true,
"object": "category",
"name": "Electronics",
"created_at": 1667766539,
"config": {
"en": {
"description": null,
"seo_description": null,
"seo_title": null,
"title": "Electronics"
}
},
"number_of_subcategories": 0,
"number_of_products": 2,
"path": null,
"label_path": null
},
"products": [
"ab177766-b806-45b8-ba86-8cd650b9cfab",
"37346356-4f0b-456e-816d-8b521047cef9"
]
},
"endpoint_id": "5dcbcd22-c0e5-4003-8223-e367ce5eb8bf"
}category-products-unassigned
{
"event_id": "whev_52jx38xq4f6oxpjj1",
"event_type": "category-products-unassigned",
"api_version": 2,
"object": "event",
"data": {
"category": {
"id": "0298df64-16c4-4b42-b1c4-b9d5c8678685",
"image": null,
"parent_id": null,
"slug": "washing-machines",
"icon": "star",
"status": true,
"asset_id": null,
"object": "category",
"name": "Washing Machines",
"created_at": 1667837076,
"config": {
"en": {
"description": null,
"seo_description": null,
"seo_title": null,
"title": "Washing Machines"
}
},
"number_of_subcategories": 0,
"number_of_products": 0,
"path": null,
"label_path": null
},
"products": [
"ab177766-b806-45b8-ba86-8cd650b9cfab",
"37346356-4f0b-456e-816d-8b521047cef9"
]
},
"endpoint_id": "5dcbcd22-c0e5-4003-8223-e367ce5eb8bf"
}