sales_channel snoozed_menu_items updated v1

Emitted whenever the set of snoozed menu items on a sales channel's published menu changes, i.e. an item is snoozed or un-snoozed. Carries the full current list of snoozed items for the sales channel in a single event, replacing the need to consume separate per-item snooze/unsnooze events. An empty items array means no items are currently snoozed.

Payload

Properties of the sales channel snoozed menu items updated event

string
required
^org\d+$

Unique ID of the client's Org (the top-level entity that groups Brands, Properties, and Sales Channels).

string
required
length ≥ 1

Unique ID of the client's Brand.

string
required
^p\d+$

Unique ID of a Property, representing a physical restaurant location under an Org.

string
required
length ≥ 1

Unique ID of a Sales Channel, a digital channel tied to a Property and Brand (e.g., kiosk, web, mobile app).

string
enum
required

Type of sales channel

uuid
required

Unique ID of the Menu currently published on the sales channel.

number
required

The revision ID of the menu currently published on the sales channel - increments with each update

items
array of objects
required

Full list of menu items currently snoozed on the sales channel's published menu. An empty array means no items are currently snoozed.

items*
Response
200

Your server must return a 2xx to acknowledge

LoadingLoading…