deprecated
"_id" in POST Snoozed Products webhook URL
over 2 years ago by Thanos
We are deprecating the attribute _id in the snooze request. This is currently part of the POST Snoozed Products documentation under Channel API.
{
"accountId":"5b****71c6489f0029****d4",
"locationId":"5c****ecc6489f0001****b8",
"channelLinkId":"5e****abc11dec0001****9b",
"operations":[
{
"action":"snooze",
"data":{
"items":[
{
"_id":"5c****43c6489f0001****65",
"plu":"PIE1",
"snoozeStart":"2020-03-24T16:21:54Z",
"snoozeEnd":"2020-03-24T22:21:54Z"
},
{
"_id":"5c****43c6489f0001****3b",
"plu":"MSB1",
"snoozeStart":"2020-03-24T16:21:54Z",
"snoozeEnd":"2020-03-24T22:21:54Z"
}
]
}
}
]
}
You need to always rely on the "plu" for snoozing/unsnoozing the items.