whatsapp catalog order webhook
## **Payload**
| Field | Type | Description |
| --- | --- | --- |
| `UserInfos.phone` | String | Customer phone number in international format (no `+`, e.g., `917974758902`). |
| `catalog_id` | String | Catalog identifier containing the product(s) (provider catalog ID). |
| `product_details` | Array | List of ordered items. Each item contains: |
| `product_details[].product_retailer_id` | String | Your retailer/product identifier for the catalog item. |
| `product_details[].quantity` | Integer | Quantity ordered of the item. |
| `product_details[].item_price` | Number | Price per item (numeric). |
| `product_details[].currency` | String | Currency code (ISO 4217), e.g., `INR`. |
---
Request
This endpoint expects an object.
UserInfos
catalog_id
product_details
