{
"products": [
{
"product": {
"id": "123",
"title": "Product Name",
"description": "Details...",
"url": "https://example.com/product",
"image_link": "https://example.com/image.jpg"
}
}
]
}| Field | Description |
|---|---|
| id | Unique product identifier |
| title | Product name |
| description | Textual description |
| url | Product page URL |
| image_link | Image URL |
| Source Field | Intempt Field |
|---|---|
id | id |
title | title |
link | url |
description | description |
image_link | image_link |
price | price |
productId is provided,{
"productId": "123",
"data": {
"title": "Wine Bottle",
"amount": 150,
"quantity": 4,
"categories": [
{ "id": 2300, "name": "Closed Reflex", "slug": "closed-reflex" },
{ "id": 2151, "name": "Optics", "slug": "optics" }
],
"images": [
{
"id": 11689,
"src": "https://example.com/image1.jpg",
"name": "image1.jpg"
},
{
"id": 11690,
"src": "https://example.com/image2.jpg",
"name": "image2.jpg"
}
],
"tags": [
{ "id": 10, "name": "Featured" },
{ "id": 14, "name": "Best Seller" }
]
}
}data:{
"eventTitle": "Products",
"data": {
"products": [ ... ]
}
}{
"productId": "...",
"data": { ... }
}{
"eventTitle": "...",
"userId": "...",
"data": { products: [...] }
}productId is included:productId is used