8.SET Custom
Typical request/response flow for custom sets.
Last updated
Was this helpful?
Was this helpful?
{
"type": "view",
"view": {
"type": "customSet",
"customSet": {
"id": "e3bcaf66-5037-4d7b-be4a-8c571a6fb299",
}
},
"context": [
{
"type": "user",
"user": {
"id": "c57a43f7-eefc-462b-b5a8-0ef421e90f67"
}
}
]
}{
"type": "interact",
"interact": {
"action": "click",
"type": "product",
"product": {
"sku": "8S-DEMO-Gürtel-1"
}
},
"context": [
{
"content": {
"customSet": {
"id": "e3bcaf66-5037-4d7b-be4a-8c571a6fb299"
},
"type": "customSet"
},
"type": "content"
},
{
"type": "user",
"user": {
"id": "c57a43f7-eefc-462b-b5a8-0ef421e90f67"
}
}
]
}{
"type": "interact",
"interact": {
"action": "addToCart",
"type": "product",
"product": {
"sku": "8S-DEMO-Gürtel-3-120"
}
},
"context": [
{
"content": {
"customSet": {
"id": "e3bcaf66-5037-4d7b-be4a-8c571a6fb299"
},
"type": "customSet"
},
"type": "content"
},
{
"type": "user",
"user": {
"id": "c57a43f7-eefc-462b-b5a8-0ef421e90f67"
}
}
]
}