Products disappear from the AT recommendations catalog
Hi all, I have observed quite a strange behaviour. I am sending product information using a similar method to below. Products can be found using advanced search, but after approximately 2h these products disappear from catalog. I am populating the entity.geofocus property to enable segmentation (setting to "recs poc").
I can't figure out what is causing disappearance. Example of the payload is provided below. I would appreciate if some could help me to figure this one out. Thank you.
function targetPageParams() {
return {
"entity": {
"id": "32323",
"categoryId": "running-shoes",
"value": 119.99,
"inventory": 329
}
}
}
