# Brand

Below are the webhook store events paired with their respective data schema related to the [Brand webhook events](doc-421119):

## Brand Webhook Events Model

The following includes 3 brands 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="1307422" />
      
  </Tab>
  <Tab title="Example">
    
```
{
    "event": "brand.created",
    "merchant": 596493488,
    "created_at": "Sun Mar 24 2024 16:09:48 GMT+0300",
    "data": {
      "id": 190175156,
      "name": "test1212",
      "description": "test",
      "banner": "https://cdn.salla.sa/image/banner1.png",
      "logo": "https://cdn.salla.sa/image/logo1.png",
      "status": true,
      "ar_char": "ت",
      "en_char": "T",
      "metadata": {
        "title": "1231",
        "description": "123",
        "url": "123"
      }
    }
  }
```
      
  </Tab>
</Tabs>

