Mark products out of stock by PLU

By calling this endpoint you can mark products out of stock for a certain amount of time, based on their PLU and location.

The snoozeEnd time is always required.

❗️

UTC TIME

Time format is in UTC yyyy-MM-ddTHH:mm:ssZ (all time values in our API are in UTC time as per ISO8601)

Snoozing

When snoozing the start time should be current time and the end time should always be in the future.

If the snooze end time is sent by mistake in the past, you will get an error:

{
  "error": "No products snoozed. Please check whether products exist for the location or its 'Use Master Location' setting is ON."
}

Un-snoozing

To un-snooze a snoozed item, you should always set snooze end time as current time

Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!