Snooze Product by PLU Run in API Explorer
Ask AI
Mark products out of stock for a certain amount of time based on their PLU and location. You can use the same call to unsnooze product passing snoozeEnd time in the past.
POST
/products/snoozeByPlus
curl \
--request POST 'https://api.staging.deliverect.com/products/snoozeByPlus' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"account":"62********************2g","location":"62********************9k","plus":["PLU_1","PLU_2"],"snoozeEnd":"2026-04-03T11:52:17.000000Z"}'
Request examples
{
"account": "62********************2g",
"location": "62********************9k",
"plus": [
"PLU_1",
"PLU_2"
],
"snoozeEnd": "2026-04-03T11:52:17.000000Z"
}
Response examples (default)
Multiple PLUs across all locations
{"summary" => "Multiple PLUs across all locations", "value" => nil}
{"summary" => "Multiple PLUs for one location", "value" => nil}
{"summary" => "Single PLU for one location", "value" => nil}
{"summary" => "Single PLU across all locations", "value" => nil}