/
Menu - Agreements

Menu - Agreements

 

Contents

Fiscal Integrations

Fiscal integrations will change market by market. There’s no standard.

 

Pricing & Availability per Service Modes on a Restaurant-level

Terminology & overview: Oracle POS - Standards

Availability Management

  1. GET Menus: check for PLU + DefSeq + PriceSeq to verify if item is active or not in the restaurant. Items that are not active are unavailable. However, this endpoint doesn’t take restaurant-level availability into account fully.

  2. To retrieve unavailable items per store, we need to make another call to the GET Unavailable endpoint, which returns the list of unavailable items. Hence, whenever we build the store menu (after a guest selects a restaurant in the platform), we need to call both endpoints to determine availability on a store-level. Unavailable items from GET Unavailable must be removed from the active list retrieved from GET Menus.

  3. Call GET Menu - using v1/menus (Khumbu already does)

  4. Call GET Unavailable endpoint --- using (menus/items/unavailable) (Khumbu already does)

    1. Actively listen to Configuration Notifications webhook for changes to availability (notifications API) (Khumbu doesn't do this currently.)

    2. If an item is unavailable in this endpoint, is means it is unavailable in all service modes.

    3. Note that the Configuration Notification will only indicate there’s been a change in availability but will not specify what items are impacted by the change (additional details on the webhooks section).

Operators in the restaurant manage items availability on a store-level using the POS, Oracle POS only supports that on store-level for both service modes - not distinguishing availability per service mode (pick-up and delivery).

Assumption: In general, menu item availability is not managed differently per service mode on a store-level, meaning availability for pick-up and delivery is generally the same.

For specific items whose availability is different for pickup and delivery within the same store, the following will be the suggestion to the operator:

Menu Product Type

priceSequence

definitionSequence

Menu Product Type

priceSequence

definitionSequence

Item

Delivery → 2

In-restaurant → 1

1 for both Delivery and In-restaurant.

Combo

Delivery → 2

In-restaurant → 1

1 for both Delivery and In-restaurant.

Modifier

priceSeq 2 = In Restaurant Add

priceSeq 3 = In Restaurant No

priceSeq 6 = Delivery Add

priceSeq 7 = Delivery No

1 for both Delivery and In-restaurant.

image-20241030-103811.png

 

Related content

Menu - Pricing & Availability
Menu - Pricing & Availability
More like this
Oracle Config - Combos
Oracle Config - Combos
Read with this
Menu Management - API Actions
Menu Management - API Actions
More like this
Oracle Config - Modifiers
Oracle Config - Modifiers
Read with this
Oracle POS - Standards
Oracle POS - Standards
Read with this
Oracle Config - Menu
Oracle Config - Menu
Read with this