Update Product Availability 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.

❗️

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 the current time and the end time should always be in the future.

If the snoozeEnd 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 set snoozeEnd time as the current time or a time in the past

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