product.deleted{
"event": "product.deleted",
"created_at": "2026-06-13T16:20:10+03:00",
"data": {
"product": {
"id": 228,
"identifier": 228,
"name": {
"ar": "منتج قديم",
"en": "Old Product"
},
"summary": {
"ar": "ملخص المنتج القديم",
"en": "Old product summary"
},
"description": {
"ar": "وصف المنتج القديم",
"en": "Old product description"
},
"type": "Simple",
"type_id": 1,
"price": 49.99,
"sale_price": 29.99,
"is_refundable": true,
"min_purchase": 1,
"max_purchase": 5,
"image": "https://example.com/storage/products/old.jpg",
"is_published": false,
"stock": 0,
"is_unlimited": false,
"ratings": 3.8,
"reviews_count": 5,
"created_at": "2026-05-15 10:00:00",
"updated_at": "2026-06-13 16:20:10",
"product_options": [],
"brand": {
"id": 3,
"name": {
"ar": "علامة تجارية قديمة",
"en": "Old Brand"
},
"logo": "https://example.com/storage/brands/old-logo.jpg"
},
"tags": [],
"categories": [
{
"id": 12,
"name": {
"ar": "منتجات قديمة",
"en": "Old Products"
}
}
],
"sub_categories": [],
"inventory": {
"stock_count": 0,
"sku": "OLD-001"
},
"delivery_options": [],
"return_policy": {
"id": 1,
"days": 14,
"description": {
"ar": "سياسة إرجاع قياسية",
"en": "Standard return policy"
}
},
"gallery": [
{
"id": 201,
"image": "https://example.com/storage/products/old-1.jpg",
"is_primary": true
}
],
"meta_data": {
"meta_title": {
"ar": "منتج قديم",
"en": "Old Product"
},
"meta_description": {
"ar": "وصف المنتج القديم",
"en": "Old product description"
},
"keywords": "old,product,deleted"
}
}
}
}| Field | Type | Description |
|---|---|---|
| event | string | Webhook event name |
| created_at | datetime | Event creation timestamp |
| data | object | Event payload |
| Field | Type | Description |
|---|---|---|
| id | integer | Deleted product ID |
| identifier | integer | Product identifier |
| name | object | Product name (ar, en) |
| summary | object | Product summary (ar, en) |
| description | object | Product description (ar, en) |
| type | string | Product type |
| type_id | integer | Product type ID |
| price | decimal | Regular price |
| sale_price | decimal | Sale price |
| is_refundable | boolean | Whether refundable |
| min_purchase | integer | Minimum purchase quantity |
| max_purchase | integer | Maximum purchase quantity |
| image | string | Main product image URL |
| is_published | boolean | Publication status (usually false) |
| stock | integer | Stock quantity (usually 0) |
| is_unlimited | boolean | Unlimited stock flag |
| ratings | decimal | Average rating |
| reviews_count | integer | Number of reviews |
| created_at | datetime | Product creation date |
| updated_at | datetime | Deletion date |
| product_options | array | Product options/variants |
| brand | object | Brand information |
| tags | array | Product tags |
| categories | array | Product categories |
| sub_categories | array | Sub categories |
| inventory | object | Inventory details |
| delivery_options | array | Delivery options |
| return_policy | object | Return policy details |
| gallery | array | Product gallery images |
| meta_data | object | SEO metadata |
| booking_meta_data | object | Booking product metadata |
| service_meta_data | object | Service product metadata |
| digital_meta_data | object | Digital product metadata |
booking_meta_data field.service_meta_data field.digital_meta_data field.| Field | Type |
|---|---|
| id | int |
| name | object |
| logo | string |
| Field | Type |
|---|---|
| stock_count | integer |
| sku | string |
| Field | Type |
|---|---|
| id | integer |
| image | string |
| is_primary | boolean |
| Field | Type |
|---|---|
| meta_title | object |
| meta_description | object |
| keywords | string |
| Field | Type |
|---|---|
| duration | object |
| min_customers | integer |
| max_customers | integer |
| availability | object |
| is_required | boolean |
| is_enable_date_range | boolean |
| is_enable_booking_same_date | boolean |
| Field | Type |
|---|---|
| id | integer |
| preview_link | string |
| release_date | date |
| update_date | date |
| Field | Type |
|---|---|
| id | integer |
| product_id | integer |
| type | string |
| preview_link | string |
| file | string |
| contains_download_link | boolean |
| external_download_link | string |
| release_date | date |
| update_date | date |
| additional_information | string |
| metadata | object |