Events - Index Item
Overview
Webhook events related to indexing data.
Available events
Event type
Event schema
index-item.updated
{
"availability": {},
"available": "Boolean",
"categoryAssignments": [
{
"id": "String",
"localizedName": "Map",
"name": "String",
"parent": {}
}
],
"code": "String",
"description": "Map",
"id": "String",
"medias": [
{
"mainImage": "Boolean",
"url": "String"
}
],
"mixins": "Map",
"name": {
"name" : "Map"
},
"popularity": "Number",
"prices": [
{}
],
"published": "Boolean",
"siteCode": "String",
"tags": ["String"]
}
index-item.deleted
{
"id": "String",
"siteCode": "String",
|
productid
price with associated sites
number of emitted events
sites the event was emitted to
123
$10 - sites A, B
2
A, B
234
$10 - site A, $15 - sites A, B, C
3
A, B, C
345
no price
0
none
Last updated
Was this helpful?