product.updated{
"event": "product.updated",
"created_at": "2026-06-13T11:45:20+03:00",
"data": {
"product": {
"id": 227,
"identifier": 227,
"name": {
"ar": "قميص قطني محسّن",
"en": "Cotton Shirt Premium"
},
"summary": {
"ar": "قميص قطني مريح للصيف - نسخة محسّنة",
"en": "Comfortable cotton shirt for summer - Premium version"
},
"description": {
"ar": "قميص قطني عالي الجودة مناسب للصيف - تحديث جديد",
"en": "High quality cotton shirt suitable for summer - New update"
},
"type": "Simple",
"type_id": 1,
"price": 89.99,
"sale_price": 49.99,
"is_refundable": true,
"min_purchase": 1,
"max_purchase": 10,
"image": "https://example.com/storage/products/shirt-new.jpg",
"is_published": true,
"stock": 75,
"is_unlimited": false,
"ratings": 4.7,
"reviews_count": 15,
"created_at": "2026-06-13 09:30:15",
"updated_at": "2026-06-13 11:45:20",
"product_options": [
{
"type": "color",
"title": "Color",
"sub_title": "Choose your preferred color",
"options": ["Red", "Blue", "Green", "Black"],
"is_required": true,
"multi_select": false
}
],
"brand": {
"id": 5,
"name": {
"ar": "علامة تجارية",
"en": "Brand Name"
},
"logo": "https://example.com/storage/brands/logo.jpg"
},
"tags": [
{
"id": 1,
"name": {
"ar": "ملابس",
"en": "Clothing"
}
},
{
"id": 2,
"name": {
"ar": "صيف",
"en": "Summer"
}
}
],
"categories": [
{
"id": 10,
"name": {
"ar": "رجالي",
"en": "Men"
}
}
],
"sub_categories": [
{
"id": 15,
"name": {
"ar": "قمصان",
"en": "Shirts"
}
}
],
"inventory": {
"stock_count": 75,
"sku": "SHIRT-001-UPD"
},
"delivery_options": [
{
"id": 1,
"title": {
"ar": "توصيل قياسي",
"en": "Standard Delivery"
},
"price": 10.00,
"estimated_days": 3
}
],
"return_policy": {
"id": 1,
"days": 30,
"description": {
"ar": "سياسة الإرجاع خلال 30 يوم",
"en": "30-day return policy"
}
},
"gallery": [
{
"id": 101,
"image": "https://example.com/storage/products/shirt-1.jpg",
"is_primary": false
},
{
"id": 102,
"image": "https://example.com/storage/products/shirt-2.jpg",
"is_primary": true
},
{
"id": 103,
"image": "https://example.com/storage/products/shirt-3.jpg",
"is_primary": false
}
],
"meta_data": {
"meta_title": {
"ar": "قميص قطني ممتاز - محدث",
"en": "Premium Cotton Shirt - Updated"
},
"meta_description": {
"ar": "قميص قطني عالي الجودة - إصدار محدث",
"en": "High quality cotton shirt - Updated version"
},
"keywords": "cotton,shirt,summer,premium"
}
}
}
}| Field | Type | Description |
|---|---|---|
| event | string | Webhook event name |
| created_at | datetime | Event creation timestamp |
| data | object | Event payload |
| Field | Type | Description |
|---|---|---|
| id | integer | Internal product ID |
| identifier | integer | Product identifier |
| name | object | Updated product name |
| summary | object | Updated product summary |
| description | object | Updated product description |
| type | string | Product type |
| type_id | integer | Product type ID |
| price | decimal | Regular price |
| sale_price | decimal | Updated sale price |
| is_refundable | boolean | Whether refundable |
| min_purchase | integer | Minimum purchase quantity |
| max_purchase | integer | Updated maximum quantity |
| image | string | Updated main image URL |
| is_published | boolean | Publication status |
| stock | integer | Updated stock quantity |
| 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 | Last update 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 |