product.review.submitted{
"event": "product.review.submitted",
"created_at": "2026-07-13T22:32:25+03:00",
"data": {
"product_review": {
"id": 35,
"rating": 5,
"review_text": "منتج رائع",
"reply": null,
"status": 1,
"is_published": true,
"likes_count": 0,
"image": null,
"created_at": "2026-07-13 22:32:24",
"updated_at": "2026-07-13 22:32:24",
"product": {
"id": 233,
"identifier": 233,
"slug": "updated55-digital-product",
"name": {
"ar": "منتج رقمي محدث",
"en": "Updated Digital Product"
},
"summary": {
"ar": "ملخص محدث بالعربية",
"en": "Updated summary in English"
},
"description": {
"ar": "وصف محدث بالعربية",
"en": "Updated description in English"
},
"type": "رقمي",
"type_id": 2,
"price": 180,
"sale_price": 149.99,
"is_refundable": true,
"min_purchase": 1,
"max_purchase": null,
"image": "https://example.com/assets/tenant/uploads/media-uploader/b56tf/3-screen-of-tutorial1766840221.png",
"is_published": true,
"stock": null,
"is_unlimited": true,
"ratings": null,
"video": {
"video_source": "youtube",
"video_id": "dQw4w9WgXcQ",
"video": "dQw4w9WgXcQ"
},
"created_at": "2026-07-04 03:43:16",
"updated_at": "2026-07-06 16:28:59",
"inventory": {
"id": 220,
"sku": "DIG-SKU-05502",
"stock_count": -1,
"sold_count": 0
}
},
"customer": {
"id": 1077,
"name": "دارين راشد كاظم",
"username": null,
"email": "customer499_1766805645@test.com",
"mobile": "966558522852",
"image": "https://example.com/assets/img/no-image.jpg",
"is_verified": false,
"is_trusted": false,
"created_at": "2004-05-28 02:20:17",
"updated_at": "2026-07-08 18:09:25"
}
}
}
}| Field | Type | Description |
|---|---|---|
| event | string | Webhook event name |
| created_at | datetime | Event creation timestamp |
| data | object | Event payload |
| Field | Type | Description |
|---|---|---|
| id | integer | Internal review ID |
| rating | integer | Rating value (e.g. 1–5) |
| review_text | string | Review body text |
| reply | string | null |
| status | integer | Review status code |
| is_published | boolean | Whether the review is publicly visible |
| likes_count | integer | Number of likes on the review |
| image | string | null |
| created_at | datetime | Review creation date |
| updated_at | datetime | Last review update date |
| product | object | Reviewed product |
| customer | object | Customer who submitted the review |
| Field | Type | Description |
|---|---|---|
| id | integer | Product ID |
| identifier | integer | Product identifier |
| slug | string | URL slug |
| name | object | Localized name (ar, en) |
| summary | object | Localized short summary (ar, en) |
| description | object | Localized full description (ar, en) |
| type | string | Product type label (may be localized) |
| type_id | integer | Numeric product type code |
| price | decimal | Regular price |
| sale_price | decimal | Discounted/sale price |
| is_refundable | boolean | Whether product supports refunds |
| min_purchase | integer | Minimum purchasable quantity |
| max_purchase | integer | null |
| image | string | Product image URL |
| is_published | boolean | Publish status |
| stock | integer | null |
| is_unlimited | boolean | Whether stock is unlimited |
| ratings | object | null |
| video | object | null |
| created_at | datetime | Product creation date |
| updated_at | datetime | Last product update date |
| inventory | object | Inventory details (see below) |
| Field | Type | Description |
|---|---|---|
| id | integer | Inventory record ID |
| sku | string | Stock keeping unit |
| stock_count | integer | Units in stock (-1 typically means unlimited) |
| sold_count | integer | Units sold |
| Field | Type | Description |
|---|---|---|
| id | integer | Customer ID |
| name | string | Customer full name |
| username | string | null |
| string | Customer email | |
| mobile | string | Customer phone number |
| image | string | Customer avatar URL |
| is_verified | boolean | Whether the customer is verified |
| is_trusted | boolean | Whether the customer is trusted |
| created_at | datetime | Account creation date |
| updated_at | datetime | Last account update date |