{
"event_type": "category.create", // or category.update
"payload": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Winter Collection",
"slug": "winter-collection",
"full_uri": "clothing/collections/winter-collection",
"parent_id": "123e4567-e89b-12d3-a456-426614174001",
"status": "active",
"translations": {
"name": [
{
"country_code": "us",
"value": "Winter Collection"
},
{
"country_code": "es",
"value": "Colección de Invierno"
}
],
"slug": [
{
"country_code": "us",
"value": "winter-collection"
},
{
"country_code": "es",
"value": "coleccion-de-invierno"
}
]
},
"attributes": [
{
"id": "123e4567-e89b-12d3-a456-426614174002",
"name": "Season",
"description": "Season attribute",
"key": "season",
"template_key": "season_template",
"values": {
"season": [
{
"id": "123e4567-e89b-12d3-a456-426614174003",
"key": "winter",
"type": "season",
"value": "Winter",
"translations": {
"value": [
{
"country_code": "us",
"value": "Winter"
},
{
"country_code": "es",
"value": "Invierno"
}
]
}
}
]
},
"translations": {
"name": [
{
"country_code": "us",
"value": "Season"
},
{
"country_code": "es",
"value": "Temporada"
}
],
"description": [
{
"country_code": "us",
"value": "Season attribute"
},
{
"country_code": "es",
"value": "Atributo de temporada"
}
]
},
"filterable": true,
"translatable": true,
"created_at": "2024-02-12T12:00:00Z",
"updated_at": "2024-02-12T12:00:00Z"
}
],
"created_at": "2024-02-12T12:00:00Z",
"updated_at": "2024-02-12T12:00:00Z"
}
}