Light Mode
Brand
Below are the webhook store events paired with their respective data schema related to the Brand webhook events:
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
{
"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"
}
}
}
Last modified: 17 days ago