# Category

Below are the webhook store events paired with their respective data schema related to the [Category webhook events](https://docs.salla.dev/doc-421119):

## Catgeory Webhook Events Model

The following includes 2 category webhook events that share the same model, which are mentioned in the `event` enum value under the Data Schema tab

<Tabs>
  <Tab title="Data Schema">
      
<DataSchema id="11412296" />
  </Tab>
  <Tab title="Example">
    
```
{
  "event": "category.created",
  "merchant": 1029864349,
  "created_at": "Wed Jun 30 2021 14:21:57 GMT+0300",
  "data": {
    "id": 1429120554,
    "name": "test category",
    "urls": {
      "customer": "https://store.test/nabilanazer/category/neje",
      "admin": "/categories"
    },
    "items": [
      "string"
    ],
    "parent_id": 99911771,
    "status": "hidden",
    "sort_order": "7",
    "sub_categories": [
      "string"
    ]
  }
}
```
      
  </Tab>
</Tabs>

