Skip to main content

Previous UAT Builds

2026-08-11 | 3.10 Online Ordering

Refer to change tickets: CHANGE-15637, CHANGE-15644, CHANGE-15650, and CHANGE-15751 when speaking with a team member about this release.

Component

Current Version

New Version

Delivery Adapter

3.10.150

3.10.160

Enterprise Restaurant Order Mapper (EROM)

4.1.106

4.1.108

Menu Publisher

3.10.219

3.10.228

Online Ordering API

3.10.149

3.10.149-1

Improvements

XOO-10634, XOO-12845, XOO-12891, XOO-12919, XOO-13089, XOO-13112, XOO-13113, XOO-13129, XOO-13188, XOO-13201, XOO-13241

Delivery Adapter, EROM, Menu Publisher

XOO-12426

Menu Publisher

Enhanced Store ID resolution logic and process for delivery providers to ensure that menus publish in correct store as expected.

XOO-12765

Delivery Adapter

Added support for displaying store prices on delivery applications for self pickup orders by updating to check fulfilment_type field of order when set to pickup.

XOO-12776

Menu Publisher

Enhanced consistency of mapping display of GrubHub Modifier/Product variations.

XOO-12799

Delivery Adapter

Updated to consume support contact info from Uber and save in Order object (support_contact object in Customer object). When PIN expires, no PIN/phone number updates will be performed.

XOO-13197

Delivery Adapter

Modifier group_id is not sent if Modifier wasn’t applied to same item multiple times.

XOO-13329

Delivery Adapter

Uber store.status.changed displays accurate store availability as expected. OUT_OF_MENU_HOURS reason does not trigger availability state change.

XOO-13349

Menu Publisher

Delivery menu publishes with menu_type: MENU_TYPE_FULFILLMENT_DELIVERY and displays original prices as expected. Pickup menu publishes with menu_type: MENU_TYPE_FULFILLMENT_PICK_UP and prices taken from price_overrides for configured destination as expected.

XOO-13358

Menu Publisher

Items in pickup menu with matching in-store price override have price_info.in_store_price set in cents as expected. Items without matching in-store override display no price_info.in_store_price field.

XOO-13407

API

Tax calculates correctly for parent items that include before_tax rollup modifier with quantity greater than parent item quantity.

2026-08-04 | 3.10 Online Ordering

Refer to change ticket: CHANGE-15615 when speaking with a team member about this release.

Component

Current Version

New Version

Menu Engine

3.10.96

3.10.98

Improvements

XOO-12794, XOO-13271

2026-07-28 | 3.10 Online Ordering

Refer to change ticket: CHANGE-15578 when speaking with a team member about this release.

Component

Current Version

New Version

Menu Publisher

3.10.219

3.10.225

Improvements

XOO-10634, XOO-12331, XOO-12333, XOO-12619, XOO-13112

XOO-12426

Enhanced Store ID resolution logic and process for delivery providers to ensure that menus publish in correct store as expected.

XOO-12766

Added support for in-store Uber Eats Pick Up Menu with the following actions:

  • Update to check enable_pickup_menu value

  • If enable_pickup_menu set to True, new Pick Up Menu is created in delivery service alongside regular eelivery menu

  • Specify respective menu_type field during menu creation: MENU_TYPE_FULFILLMENT_DELIVERY for delivery menus or MENU_TYPE_FULFILLMENT_PICK_UP for Pick Up menus.

  • Update to check destination_for_pickup_menu value and populate prices for items in Pick Up Menu

XOO-12776

Enhanced consistency of mapping display of GrubHub Modifier/Product variations.

2026-07-21 | 3.10 Online Ordering

Refer to change tickets: CHANGE-15511 and CHANGE-15525 when speaking with a team member about this release.

Component

Current Version

New Version

Menu Engine

3.10.95

3.10.96

Online Ordering API

3.10.142

3.10.149

Improvements

XOO-10941

API

Updated to validate if Item has same Modifier applied more than once, through consumption and validation of duplicate_modifier_handling at Modifier Collection level.

XOO-12195

API

Updated to allow passing Promo/Discount Funding splits on Order top level as an overall total.

XOO-12372, XOO-13014, XOO-13128, XOO-13148, XOO-13199

API, Menu Engine

XOO-12655

API

Enhanced management/view of discount codes by adding optional new field added_by_code.

XOO-12989

API

Online Order kiosks display EXPO number accurately as expected.

XOO-13196

API

Orders create successfully as expected utilizing alternate_modifier_collection before validating modifier_group_ids.

2026-07-14 | 3.10 Online Ordering

Refer to change tickets: CHANGE-15407, CHANGE-15463 when speaking with a team member about this release.

Component

Current Version

New Version

Notifier

3.10.84

3.10.85

Site Status Monitor

3.10.220

3.10.222

Improvements

XOO-12619, XOO-12851

SSM, Notifier

2026-07-08 | 3.10 Online Ordering

Refer to change tickets: CHANGE-15424 and CHANGE-15431 when speaking with a team member about this release.

Component

Current Version

New Version

Menu Engine

3.10.93

3.10.95

Online Ordering API

3.10.144

3.10.146

Improvements

XOO-11602, XOO-12077, XOO-12732, XOO-12949, XOO-13014, XOO-13090

API, Menu Engine

XOO-11795

Menu Engine

Added support for In Store pricing data for Uber Eats menus with the following actions:

  • Add in store pricing as part of menu output and in_store_discounted_price if applicable

  • Add new Send In-Store Pricing setting for delivery subscription with fields In-Store Pricing Order Source and In-Store Pricing Destination

  • When Menu Publisher receives items with restrict_age is true, sends following to delivery provider: alcoholic_items set to “1” and can_serve_alone set to true

  • When Menu Publisher receives items with restrict_age is false, sends following to delivery provider: alcoholic_items set to “0“ and can_serve_alone set to true

XOO-12084

Menu Engine

Enabled Uber Eats delivery provider to receive alcoholic beverage items marked as such with the following actions:

  • Update Menu Engine to consume restrict_age and age_value details from items and forward to Menu Publisher

  • When Menu Publisher receives items with restrict_age is true, sends following to delivery provider: alcoholic_items set to “1” and can_serve_alone set to true

  • When Menu Publisher receives items with restrict_age is false, sends following to delivery provider: alcoholic_items set to “0“ and can_serve_alone set to true

XOO-12195

API

Enhanced API and Discount calculator to allow passing Promo/Discount Funding splits on Order top level displayed as overall total.

XOO-12409

Menu Engine

Enabled user to create menu with In Store prices for self-pickup delivery service orders by updating to check if "enable_pickup_menu": true. If true, Menu Engine retrieves prices by consuming destination_for_pickup_menu and populating values in price_overrides array.

XOO-12655

API

Enabled user to view specific Discount code to find and apply Discount with the following actions:

  • Update API for Order and Item level Discounts to allow integrators to specify alternate PLU code for Discounts in optional new fields discount.added_by_code and orderItem.added_by_code

  • discount_definition_id and discount_code fields remain required fields

XOO-12895

Menu Engine

Menu Engine adds originated_from_products=true as expected for hybrid products used as Modifiers.

XOO-12957

Menu Engine

All Child-Item Quantity-Based Pricing Rules with tags display accurately as expected.

XOO-12989

API

Expo numbers display accurately on kiosk online orders as expected.

XOO-13017

Menu Engine

Disabled products in Bundle Component are not added to menu or displayed.

XOO-5241

Menu Engine

Enabled administrator to define bundle component product choices using tags by updating to consume bundle components with following tags: product_choices_entity_ids; tag_entity_ids; product_choices

2026-06-30 | 3.10 Online Ordering

Refer to change tickets: CHANGE-15107, CHANGE-15265, CHANGE-15373, CHANGE-15384, and CHANGE-15390 when speaking with a team member about this release.

Component

Current Version

New Version

Enterprise Restaurant Order Mapper (EROM)

4.1.68

4.1.98

Online Ordering Backend

3.10.64

3.10.66

Online Ordering UI

3.10.78

3.10.79

Site Status Monitor (SSM)

3.10.197

3.10.220

Improvements

XOO-10731, XOO-12245, XOO-12246, XOO-12295, XOO-12341, XOO-12658, XOO-12732, XOO-12792, XOO-12849, XOO-12888, XOO-12921

Backend, UI, SSM

XOO-12936

EROM

Child-Item discounts apply successfully with single discount entry per item. Point Of Sale recalculation matches payment.totalAmount.

XOO-13037

SSM

Pause/Unpause status processes and sends successfully to delivery provider from Portal and/or Point Of Sale. Logs perform successfully as expected.

XOO-13043

EROM

No entries for defaults are available in payload and order without unintended duplication.

XOO-13053

SSM

/info endpoint returns deployed build’s information as expected without error message.

XOO-13066

EROM

Bundle default suppression checks all available sibling component defaults for product as expected.

2026-06-23 | 3.10 Online Ordering

Refer to change tickets: CHANGE-15165, CHANGE-15314, CHANGE-15321, and CHANGE-15322 when speaking with a team member about this release.

Component

Current Version

New Version

Delivery Adapter

3.10.137

3.10.150

Menu Engine

3.10.87

3.10.93

Menu Publisher

3.10.206

3.10.219

Site Status Notifier (SSN)

3.10.50

3.10.56

Improvements

XOO-11602, XOO-12077, XOO-12360, XOO-12362, XOO-12521, XOO-12732, XOO-12788, XOO-12929

Menu Engine, SSN

XOO-11795

Menu Engine

Added support for In Store pricing data for Uber Eats menus with the following actions:

  • Add in store pricing as part of menu output and in_store_discounted_price if applicable

  • Add new Send In-Store Pricing setting for delivery subscription with fields In-Store Pricing Order Source and In-Store Pricing Destination

  • When Menu Publisher receives items with restrict_age is true, sends following to delivery provider: alcoholic_items set to “1” and can_serve_alone set to true

  • When Menu Publisher receives items with restrict_age is false, sends following to delivery provider: alcoholic_items set to “0“ and can_serve_alone set to true

XOO-11945

SSN

Enhanced support for pausing/unpausing online ordering channels by updating dashboards to reflect Integrator Status data.

XOO-12084, XOO-12136

Menu Engine, Menu Publisher

Enabled Uber Eats delivery provider to receive alcoholic items marked as such with the following actions:

  • Update Menu Engine to consume restrict_age and age_value details from items and forward to Menu Publisher

  • When Menu Publisher receives items with restrict_age is true, sends following to delivery provider: alcoholic_items set to “1” and can_serve_alone set to true

  • When Menu Publisher receives items with restrict_age is false, sends following to delivery provider: alcoholic_items set to “0“ and can_serve_alone set to true

XOO-12107

Menu Publisher

Added support for delivery providers to receive store/menu Holiday hours data.

XOO-12183

Menu Publisher

Added support for users to manage non-quantifiable Products within Bundle Components by updating to consume non_quantifiable_products_ids field in Bundle Components. When non_quantifiable_products_ids includes current Product Choice ID, checkbox selectors display on delivery provider UI for item.

XOO-12391

Menu Publisher

Added support for user to filter out platform Event notifications based on target Point Of Sale by updating to include "target_pos": ["XPOS", "GREST"] into notifications.

XOO-12497

Menu Publisher

Filtering logs by request_id during out_of_stock flow returns execution chain for one provider only as expected, using request_id as unique trace for single order source.

XOO-12647, XOO-12681

Menu Publisher

Added support for GrubHub delivery service user to include multiple instances of same Modifier into multiple groups within a Modifier collection with the following actions:

  • Enable detection of Modifier with same id applied multiple times to item

  • Update to pass group_id to API if Modifier is applied multiple times to item

  • Populate orders from all applicable delivery providers with Modifier group_id

  • Update to pass Modifier group_entity_id is passed in into GrubHub menus

  • Use external_id field on Modifiers to carry Modifier group context, with group_entity_id encoded

XOO-12717, XOO-12720, XOO-12721, XOO-12722

Menu Publisher

Enhanced GrubHub delivery service Modifiers with the following actions:

  • Support maximum quantities for Modifier groups

  • Enable Modifier quantities to change flag

  • Support hybrid Modifiers/Products

XOO-12719

Menu Publisher

Enabled GrubHub delivery service user to filter out No variation from list of Modifier variations.

XOO-12736

SSN

Enhanced deployment procedures.

XOO-12743

Menu Publisher

Menu publishes successfully after Menu refresh for GrubHub store without error message.

XOO-12856

Menu Publisher

Implement Charge Above functionality for Products in Bundles by updating logic to process map_quantity_to_variants to consider for Bundle Components. If true, output sets charge_above value to default quantity.

XOO-12957

Menu Engine

All Child-Item Quantity-Based Pricing Rules with tags display accurately as expected.

XOO-12959

Delivery Adapter

DoorDash order successfully consumes discount "external_campaign_id":"tam-test-bogo-us".

XOO-5241

Menu Engine

Enabled administrator to define bundle component product choices using tags by updating to consume bundle components with following tags: product_choices_entity_ids; tag_entity_ids; product_choices

2026-06-16 | 3.10 Online Ordering

Refer to change ticket: CHANGE-15180 when speaking with a team member about this release.

Component

Current Version

New Version

Menu Engine

3.10.83

3.10.87

Improvements

XOO-11602, XOO-12077

XOO-12409

Enabled user to display in-store prices on Uber Eats with the following actions:

  • Update to detect if Pick-Up menu is enabled in Uber Delivery subscription with "enable_pickup_menu": true

  • If true, prices retrieve by destination_for_pickup_menu field for all items in Menu. Menu populates with respective price values and destination value of the price_overrides array

XOO-12895

Parent definition for hybrid products (originated_from_products = true) processes successfully.

2026-06-09 | 3.10 Online Ordering

Refer to change tickets: CHANGE-14535, CHANGE-14659, and CHANGE-15164 when speaking with a team member about this release.

Component

Current Version

New Version

Online Ordering API

3.10.140

3.10.142

Site Status Monitor (SSM)

3.10.158

3.10.197

Site Status Notifier (SSN)

3.10.47

3.10.50

Improvements

XOO-11054, XOO-11218, XOO-11696, XOO-11941, XOO-11944, XOO-11954, XOO-12234

SSM, SSN

Enabled user pause/unpause of online ordering channels for defined time periods with the following actions:

  • Enable consumption of updated time values in SNS topic when store is paused

  • Update SSM to consume new field is_offline_until from updated message in SNS topic

  • Create new integratorstatus object

  • Create API for Integrator Status Data

  • Update data filtering to only process data from first-class delivery order sources, identified by update from Platform Events to payload of integratorstatus object

  • Prevent race conditions and duplication when multiple sources set Integrator Status by adding timestamp to every Integrator Status notification

  • Update lambdas

XOO-11644, XOO-11749, XOO-11976, XOO-12007, XOO-12341, XOO-12382, XOO-12658, XOO-12888

API, SSM, SSN

XOO-12080

SSM

Custom pause reason for Uber Eats store displays accurately as expected.

XOO-12169

SSM

Added timer for unpausing Uber Eats integration when initiated from Point Of Sale.

XOO-12431

SSM

Messages from SNS qa-delivery-site-status read and process accurately as expected.

XOO-12900

API

Product adds as child item successfully if product has Restrict a la Carte toggle On.

XOO-12907

API

Item types of existing items are not changed after adding new child item.

2026-06-02 | 3.10 Online Ordering

Refer to change tickets: CHANGE-14874, CHANGE-14919, CHANGE-15013, CHANGE-15024, and CHANGE-15037 when speaking with a team member about this release.

Component

Current Version

New Version

Menu Engine

3.10.83

3.10.84

Menu Update Monitor

3.10.130

3.10.212

Online Ordering API

3.10.137

3.10.140

Online Ordering Backend

3.10.62

3.10.64

Online Ordering UI

3.10.72

3.10.78

Improvements

XOO-11898, XOO-11900, XOO-12077, XOO-12245, XOO-12246, XOO-12295, XOO-12342, XOO-12343, XOO-12346, XOO-12463

API, Backend, Menu Engine, Menu Update Monitor, UI

2026-05-19 | 3.10 Online Ordering

Refer to change ticket: CHANGE-14914 when speaking with a team member about this release.

Component

Current Version

New Version

Delivery Adapter

3.10.134

3.10.137

Improvements

XOO-8082, XOO-12353, XOO-12611

XOO-12083

Implemented inclusion of DoorDash Promotions funding splits details into Order with the following actions:

  • Update to consume applied_discounts_details from DoorDash and map to Genius Discounts data while injecting Order into API

  • Write every DoorDash Discount separately in discount_funding_splits array

  • Enhance mapping of DoorDash values to API values

2026-05-12 | 3.10 Online Ordering

Refer to change tickets: CHANGE-14835, CHANGE-14891, and CHANGE-14918 when speaking with a team member about this release.

Component

Current Version

New Version

Menu Engine

3.10.81

3.10.83

Notifier

3.10.82

3.10.84

Online Ordering API

3.10.134

3.10.137

Improvements

XOO-10765, XOO-11843, XOO-12302, XOO-12337, XOO-12338, XOO-12340, XOO-12357, XOO-12638, XOO-12724

Menu Engine, Notifier

XOO-11064

API

Preference inject_order_child_item_rollup_pricing performs successfully and displays accurate values in rollup_after_tax_amount and rollup_before_tax_amount fields for Parent and Child items.

XOO-11251

API

Enhanced reporting functionality by adding alternate_name field to Order Object.

XOO-12244

API

Enhanced discount management by updating Discount Calculator to exclude Discounted Item Amount from Minimum Order Subtotal Qualification.

XOO-12430

API

Added support for distinguishing Hybrid Product Items with the following actions:

  • Add new field add_as_modifier: "true"/"false"

  • If item is added as "standard"/"child", add_as_modifier field should be set to false

  • If restrict_ala_carte is set to true for parent item, validation error displays

  • Setting Disallow Modifiers as Root-Level Items works in conjunction with restrict_ala_carte flag when allowing addition of Modifiers at root level

XOO-12685

Notifier

SQS message parsing processes successfully and incoming_sqs_record log displays accurately as expected.

2026-05-05 | 3.10 Online Ordering

Refer to change tickets: CHANGE-14741, CHANGE-14788, CHANGE-14845, and CHANGE-14882 when speaking with a team member about this release.

Component

Current Version

New Version

Backend

3.10.61

3.10.62

Menu Publisher

3.10.198

3.10.206

Notifier

3.10.81

3.10.82

Online Ordering UI

3.10.69

3.10.72

Improvements

XOO-11218

Menu Publisher

Added support for pausing and unpausing online ordering channels for a defined amount of time.

XOO-12183

Menu Publisher

Added support for managing non-quantifiable Products within Bundle Components with the following actions:

  • Update to consume new array non_quantifiable_products_entity_ids for Bundle Components

  • Update to send Product Choices to delivery providers as follows: When non_quantifiable_products_entity_ids includes current Product Choice ID, only checkbox selectors should be shown on Delivery Provider UI for respective item; when non_quantifiable_products_entity_ids does not include current Product Choice ID, quantity pickers and radiobutton should be shown for a respective item

XOO-12295, XOO-12335, XOO-12338, XOO-12344, XOO-12345, XOO-12382, XOO-12443, XOO-12482, XOO-12551, XOO-12639

UI, Backend, Menu Publisher, Notifier

XOO-12431

Menu Publisher

Messages process accurately from SNS.

XOO-12497

Menu Publisher

Logs filter accurately when filtered by request_id and only return data for specified delivery provider.

2026-04-28 | 3.10 Online Ordering

Refer to change tickets: CHANGE-14748 and CHANGE-14755 when speaking with a team member about this release.

Component

Current Version

New Version

Menu Engine

3.10.72

3.10.81

Online Ordering API

3.10.129

3.10.134

Improvements

XOO-10740, XOO-10765, XOO-11602, XOO-11843, XOO-12006, XOO-12120, XOO-12140, XOO-12192, XOO-12302, XOO-12340, XOO-12359, XOO-12470

API, Menu Engine

XOO-10906

API

Added support including discount information with associated Customer Account during Order creation with the following actions:

  • Enable consumption of discounts associated with specific Suite Catering Account

  • Ensure that Account-level discounts apply to order

  • Retrieve Discount Information via GET {{xcat_url}}/accounts endpoint

  • Provide Discount Calculator data from Account and supplment with respective Discount Configuration

XOO-11251

API

Added support for sorting data from Data Stream based on menu item Alternate Name (alternate_name) with the following actions:

  • Add Product naming Alternate Name to Order Object when sent to Point Of Sale

  • Add alternate_name to Order Object for API

  • Update CreateOrder endpoint and Order engine version to support alternate_name field

XOO-11604

API

Prefence inject_order_child_item_rollup_pricing performs successfully and displays accurate values in rollup_after_tax_amount and rollup_before_tax_amount fields for Parent and Child items.

XOO-12155

Menu Engine

Products with Bundle Components that reference parent Product return successfully as expected.

XOO-12181

Menu Engine

enforce_same_size_children_variations implements accurate Bundle options as expected.

XOO-12184

Menu Engine

Added support for managing non-quantifiable Products within Bundle Components with the following actions:

  • Update to consume new array non_quantifiable_products_entity_ids for Product Choices of Bundle Components

  • Update to introduce new field non_quantifiable in Product Choice item of Bundle Component

  • non_quantifiable field only populates with true value when item is present in non_quantifiable_products_entity_ids array

XOO-12186

Menu Engine

Added support for Hybrid Product items which could be used as both products and modifiers with the following actions:

  • Update to consume new field add_as_modifier. When received field is placed in Modifier Collection and as Product Item/Product Choice of Bundle Component

  • Update to omit Hybrid Product items from Menu when restrict_ala_carte is set to true

  • Add new field originated_from_product to store information about Hybrid Product when stored in Modifier Collection

XOO-12200

Menu Engine

Request processes successfully without undefined read error.

XOO-12327

Menu Engine

All Side Items display accurately in Sides Component for parent Product.

XOO-12370

Menu Engine

Modifiers for Uber Eats and DoorDash sites in Quebec integrations display accurately as expected.

XOO-12381

Menu Engine

Accurate error message returns when invalid or mismatched company_id and site_id are present in headers.

XOO-12392

Menu Engine

Enabled user to filter platform event notifications based on Target Point Of Sale by updating to include target_pos: ["XPOS", "GREST") field into event notifications.

XOO-12496

Menu Engine

Menu Event name logs and displays accurately.

XOO-12540

API

Discount applies accurately in kiosk integration.

2026-04-21 | 3.10 Online Ordering

Refer to change tickets: CHANGE-14636, CHANGE-14637, CHANGE-14644, and CHANGE-14647 when speaking with a team member about this release.

Component

Current Version

New Version

Delivery Adapter

3.10.124

3.10.134

Menu Publisher

3.10.177

3.10.198

Notifier

3.10.80

3.10.81

Online Ordering API

3.10.122

3.10.129

Improvements

XOO-10765, XOO-11843, XOO-12211, XOO-12302, XOO-12339, XOO-12340, XOO-12353, XOO-12482, XOO-12483

API, Notifier, Delivery Adapter, Menu Publisher

XOO-11604

API

Site preference inject_order_child_item_rollup_pricing performs successfully as expected.

XOO-12081

Delivery Adapter

Enhanced detailed Rejection Error handling for DoorDash.

XOO-12083

Delivery Adapter

Added support for promotion funding splits to be included in Order by updating to consume applied_discounts_details from DoorDash and map to Discounts data. Each DoorDash discount written separately in discount_funding_splits array.

XOO-12107

Menu Publisher

Enabled Uber Eats to receive Holiday Hours data by updating to map Exception days from Menu Engine to Holiday Hours in Uber Eats and send date when present.

XOO-12169

Delivery Adapter

Added support for new timer for unpausing Uber Eats integration when initiated at Point Of Sale.

XOO-12210

Notifier

Service logs do not display TypeError message Cannot read properties of undefined (reading 'toLowerCase') in error.

XOO-12315

Delivery Adapter

Enabled delivery service provider to be notified when Order has been marked as ready for pickup in Store by ensuring consumption of order_ready notifications and send to DoorDash.

XOO-12389, XOO-12391

Delivery Adapter, Menu Publisher

Enabled user to filter platform event notifications based on Target Point Of Sale by updating to include target_pos: ["XPOS", "GREST") field into event notifications.

XOO-12410

Delivery Adapter

DoorDash discounts successfully apply to Online Order as expected.

XOO-12429

Delivery Adapter

Added support for distinguishing Uber Eats Hybrid Product Items with the following actions:

  • Add new field add_as_modifier: "true"/"false"

  • If item is added as regular Product Item, add_as_modifier field should be set to false

  • If item is added as modifier, add_as_modifier should be set to true

XOO-12518

Delivery Adapter

Accurate msg_type and event_id are included in message published to SQS queue as expected.

2026-04-14 | 3.10 Online Ordering

Refer to change ticket: CHANGE-14613 when speaking with a team member about this release.

Component

Current Version

New Version

Menu Creator

3.10.191

3.10.195

Improvements

XOO-12390

Include target_pos field in platform event notifications to enable notifications to be filtered for different Point Of Sale systems.

2026-04-07 | 3.10 Online Ordering

Refer to change tickets: CHANGE-14580 and CHANGE-14587 when speaking with a team member about this release.

Component

Current Version

New Version

Menu Creator

3.10.176

3.10.191

Menu Engine

3.10.68

3.10.72

Improvements

XOO-11165

Menu Engine

Added support for user to configure image sets for order source by enabling consumption of image set with Preferred flag from Order Source when consuming Menu data.

XOO-12155

Menu Engine

Product with Bundle Components return to Menu Engine successfully when Bundle variation with Modifier references parent Product.

XOO-12327

Menu Engine

Menu returns all side Products in Sides component for parent Product as expected.

XOO-12370

Menu Engine

Modifiers display accurately in Uber Eats and DoorDash sites in Quebec integrations as expected.

XOO-12381

Menu Engine

Accurate error messages display when company_id and site_id in headers are mismatched and/or invalid.

XOO-12443

Menu Creator

2026-03-31 | 3.10 Online Ordering

Refer to change tickets: CHANGE-14453 and CHANGE-14526 when speaking with a team member about this release.

Component

Current Version

New Version

Delivery Adapter

3.10.103

3.10.124

Notifier

3.10.76

3.10.80

Improvements

XOO-11562, XOO-11609, XOO-11769, XOO-11825, XOO-10869, XOO-11916, XOO-11925, XOO-12025, XOO-12130

Notifier, Delivery Adapter

XOO-11640

Delivery Adapter

Item-level taxes with discounts calculate and display accurately for Uber Eats orders.

XOO-11698

Delivery Adapter

Standardized Discounts Mapping.

XOO-11940

Delivery Adapter

Enabled user to apply packaging fees to delivery orders by consuming default seeded Delivery Service Bag Fee when Fee is received from delivery provider.

XOO-12011, XOO-12012

Delivery Adapter

Store activation request processes successfully and triggers successfully for specific target Point Of Sale.

XOO-12078

Delivery Adapter

Enabled user to generate and download Uber Eats reports as ZIP archive by adding support for receiving Webhook notification and SQS notification.

XOO-12080

Delivery Adapter

Custom Pause reason for Uber Eats store displays accurately.

XOO-12156

Notifier

Order totals on customer receipts match visible line items associated with Quickbuild items as expected.

XOO-12215

Delivery Adapter

Logs contain data only for select target Points Of Sale as expected.

XOO-12272

Delivery Adapter

Enabled timestamp comparison of platform and Point Of Sale events by updating to consumer created_at field.

XOO-12279

Delivery Adapter

DoorDash order can be successfully canceled as expected when MissingFeeMappingConfigError is present.

2026-03-24 | 3.10 Online Ordering

Refer to change tickets: CHANGE-14299 and CHANGE-14389 when speaking with a team member about this release.

Component

Current Version

New Version

Menu Engine

3.10.61

3.10.68

Online Ordering UI

3.10.61

3.10.69

Improvements

XOO-10602, XOO-11600, XOO-11669, XOO-11740, XOO-12006, XOO-12068, XOO-12120, XOO-12140, XOO-12192

UI, Menu Engine

XOO-11028

UI

Enhanced Order Review/Cancel Order screens to conform to branding initiative.

XOO-11786

Menu Engine

Enhanced Discount data by including expiration date from Pricing Menu Engine and Regular Menu Engine outputs.

XOO-11860

UI

Touchless payment test functions successfully as expected.

XOO-12165

UI

Deployment is successful, including role changes,as expected.

XOO-12200

Menu Engine

Categories are read accurately as expected.

2026-03-17 | 3.10 Online Ordering

Refer to change tickets: CHANGE-14310 and CHANGE-14390 when speaking with a team member about this release.

Component

Current Version

New Version

Menu Publisher

3.10.157

3.10.177

Site Status Notifier

3.10.40

3.10.47

Improvements

XOO-11417, XOO-11744, XOO-11824, XOO-11915, XOO-11967, XOO-11976, XOO-12007, XOO-12009, XOO-12189

Menu Publisher, Site Status Notifier

XOO-11598

Menu Publisher

Out of Stock request for modifiers sends and processes successfully and suspension_info object is added and consumed successfully.

XOO-11696

SSN

Added support for events to be received to reflect latest Integrator Status.

XOO-11941, XOO-11944

SSN

Added support for pausing and unpausing online ordering channels for a defined amount of time.

XOO-11987

Menu Publisher

Enhanced refund calculation for delivery orders with upcharge.

XOO-12029

Menu Publisher

Menu publishes successfully without error message.

2026-03-10 | 3.10 Online Ordering

Refer to change tickets: CHANGE-14301, CHANGE-14312, and CHANGE-14361 when speaking with a team member about this release.

Component

Current Version

New Version

Notifier

3.10.73

3.10.76

Online Ordering API

3.10.118

3.10.122

Online Ordering Backend

3.10.42

3.10.61

Improvements

XOO-10865, XOO-10948, XOO-11189, XOO-11386, XOO-11392, XOO-11669, XOO-11735, XOO-11750, XOO-11753, XOO-11809, XOO-12000, XOO-12044, XOO-12187, XOO-12191

API, Backend, Notifier

XOO-12221

API

Properties of entity_id read accurately without error.

XOO-12261

API

Manual discount rejection debug logging performs successfully. Errors and log events return accurately.

2026-03-03 | 3.10 Online Ordering

Refer to change tickets: CHANGE-14298 and CHANGE-14302 when speaking with a team member about this release.

Component

Current Version

New Version

Delivery Adapter

3.10.95

3.10.103

Menu Creator

3.10.145

3.10.176

Improvements

XOO-10546

Menu Creator

Enhanced language translation functionality by updating to consume new Language selector ISO value translation_language_codes from Portal and enable passing code value to Menu Engine on Menu create/update request.

XOO-11640

Delivery Adapter

Item-level tax values calculate and display accurately for discounted items.

XOO-11740, XOO-11769, XOO-11825, XOO-11914, XOO-11916, XOO-11925, XOO-12003, XOO-12188, XOO-12212

Delivery Adapter, Menu Creator

XOO-12011

Delivery Adapter

Store activation request sends and processes successfully.

XOO-12012

Delivery Adapter

PPL request activates and processes successfully for specific target_pos.

XOO-12024

Delivery Adapter

Eliminated display of negative Default Tax amount.

2026-02-24 | 3.10 Online Ordering

Refer to change tickets: CHANGE-14162, CHANGE-14187, and CHANGE-14274 when speaking with a team member about this release.

Component

Current Version

New Version

Delivery Adapter

3.10.95

3.10.98

Enterprise Restaurant Order Mapper (EROM)

4.1.62

4.1.68

Notifier

3.10.69

3.10.73

Improvements

XOO-11392, XOO-12000, XOO-11769, XOO-11825, XOO-11916, XOO-11925

Notifier, Delivery Adapter

XOO-11640

Delivery Adapter

Item-level tax values calculate and display accurately for discounted items.

XOO-12012

Delivery Adapter

PPL request activates and processes successfully for specific target_pos.

XOO-12024

Delivery Adapter

Eliminated display of negative Default Tax amount.

XOO-12159

EROM

Stripped Add in modifier name when modifier is an Add variation with Add in name.

2026-02-17 | 3.10 Online Ordering

Refer to change ticket: CHANGE-14172 when speaking with a team member about this release.

Component

Current Version

New Version

Online Ordering API

3.10.102-4

3.10.118

Improvements

XOO-10367, XOO-10977, XOO-11437, XOO-11675, XOO-11709, XOO-11809

XOO-11686

Order creates successfully without error messages.

XOO-11688

rolled_up_price recalculates successfully after custom modifier build is replaced.

XOO-11717

Discount/coupon applies to order successfully when making totals call or applying discount to open order.

XOO-11946

Enabled user to reject orders with modifiers added on root level by updating to consumer new disallowed_modifier_as_root_level_items flag from Company/Site Preferences.

XOO-12026

Error message for entering an invalid fee of 0$ displays accurately.

2026-02-10 | 3.10 Online Ordering

Refer to change tickets: CHANGE-14039, CHANGE-14082, CHANGE-14087, and CHANGE-14096 when speaking with a team member about this release.

Component

Current Version

New Version

Delivery Adapter

3.10.91

3.10.95

Delivery Site Status Monitor

3.10.150

3.10.158

Menu Engine

3.10.58

3.10.61

Menu Publisher

3.10.151

3.10.157

Improvements

XOO-11204

Menu Engine

Additional fields are successfully added to product variations.

XOO-11527

Menu Engine

Menu with tag is successfully generated.

XOO-11639

Menu Engine

Values for company_id and company_name match data in Portal and service logs as expected.

XOO-11640

Delivery Adapter

Tax values for discounted items calculate and display accurately.

XOO-11672

Menu Engine

Price Menu callback processes successfully without error messgae

XOO-11644, XOO-11699, XOO-11738, XOO-11769, XOO-11836, XOO-11878, XOO-11889, XOO-11916, XOO-11922, XOO-11927, XOO-11974, XOO-12014

Menu Engine, Menu Publisher, Delivery Adapter, Site Status Monitor

XOO-11895

Menu Engine

entity_id field is included for Discounts as expected.

XOO-11957

Menu Publisher

User can successfully increment product quantities up to maximum defined for component choice. User can configure modifiers for selected components.

2026-01-27 | 3.10 Online Ordering

Refer to change tickets: CHANGE-13703, CHANGE-14003, CHANGE-14009, and CHANGE-14026 when speaking with a team member about this release.

Component

Current Version

New Version

Menu Update Monitor

3.10.104

3.10.130

Notifier

3.10.60

3.10.69

Online Ordering API

3.10.102-2

3.10.102-4

Site Status Notifier

3.10.33

3.10.40

Improvements

XOO-10542

Notifier

Information about custom build price and modifier is displayed accurately in receipt email.

XOO-10706, XOO-10783, XOO-11354, XOO-11520, XOO-11603, XOO-11710, XOO-11711, XOO-11742, XOO-11859, XOO-11917,

Menu Update Monitor, Notifier, Site Status Notifier

XOO-11210

Notifier

Added support to prohibit sending of email and SMS receipts from delivery orders through delivery provider.

XOO-11810

Site Status Notifier

Event requests process successfully.

XOO-11884

Notifier

Cache data removes only for site_ids requested for reset-cache operation.

XOO-11946

API

Enhanced order processing by adding support to enable users to reject orders with a modifier added as root-level item.

XOO-11970

Site Status Notifier

Enhanced connection string to database.

2026-01-22 | 3.10 Online Ordering

Refer to change tickets: CHANGE-13912, CHANGE-13961, CHANGE-13969 when speaking with a team member about this release.

Component

Current Version

New Version

Menu Engine

3.10.55

3.10.58

Menu Publisher

3.10.132

3.10.151

Site Status Monitor (SSM)

3.10.129

3.10.150

Improvements

XOO-11204

Menu Engine

Additional fields are successfully added to product variations.

XOO-11313

SSM

Enhanced publication of delivery service store status by adding support for pausing and unpausing online ordering.

XOO-11494, XOO-11667, XOO-11699, XOO-11712, XOO-11739, XOO-11852, XOO-11878

Menu Engine, Menu Publisher, SSM

XOO-11527

Menu Engine

Menu with tag is successfully generated.

XOO-11591

SSM

Cache update performs successfully and redis_remove_site_info_success events are present in logs as expected.

XOO-11639

Menu Engine

Values for company_id and company_name match as expected in Portal and service logs.

XOO-11672

Menu Engine

Price menu callback sends successfully without error message.

XOO-11869

Menu Publisher

Throttling error exceptions are absent from service logs as expected.

XOO-11901

SSM

Delivery store status updates successfully when a store with multiple integrations has one integration fail. published_platform_event_msg event is present in service logs as expected.

2026-01-06 | 3.10 Online Ordering

Refer to change ticket(s): CHANGE-13816, CHANGE-13820, CHANGE-13880 when speaking with a team member about this release.

Component

Current Version

New Version

Online Ordering UI

3.10.61

3.10.62

Menu Engine

3.10.55

3.10.57

Delivery Site Status Monitor (SSM)

3.10.129

3.10.142

Improvements

XOO-11591

SSM

Cache update performs successfully and redis_remove_site_info_success event is present in logs.

XOO-11600

UI

XOO-11639

Menu Engine

company_id and company_name display accurately in logs and reflect current display in Portal.

XOO-11667

SSM

redis.error events are absent as expected.

XOO-11672

Menu Engine

Price menu callback is successful without inaccurate TypeError message.

2025-12-15 | 3.10 Online Ordering

Refer to change tickets: CHANGE-13802, and CHANGE-13825 when speaking with a team member about this release.

Component

Current Version

New Version

Delivery Adapter

3.10.75

3.10.84

Menu Publisher

3.10.126

3.10.132

Improvements

XOO-11355

Menu Publisher

Enhanced consistency and display of quantity in default build with quantity picker.

XOO-11508

Menu Publisher

Enhanced default build configuration for delivery service provider by zeroing out all quantifiable/non-quantifiable modifier prices with default unit prices greater than zero. Enabled mapping of pricing to delivery charge.

XOO-11517, XOO-11535

Menu Publisher

XOO-11670

Delivery Adapter

Enhanced logic to ensure that applicable discounts apply to orders successfully so that orders save successfully.

XOO-11730

Delivery Adapter

Enhanced order fetch process by skipping call to delivery service provider when orders.failure event occurs.

2025-12-08 | 3.10 Online Ordering

Refer to change tickets: CHANGE-13692 and CHANGE-13767 when speaking with a team member about this release.

Component

Current Version

New Version

Online Ordering API

3.10.41-14

3.10.102-2

Online Ordering UI

3.10.57

3.10.61

Improvements

XOO-7722, XOO-9461, XOO-10481, XOO-10514, XOO-10569, XOO-10891, XOO-10971, XOO-11125, XOO-11201, XOO-11360, XOO-11369, XOO-11371, XOO-11388, XOO-11437

API

XOO-10327

API

Updated version deploys successfully without error messages.

XOO-10781

API

Call to check-in endpoint without body processes order successfully as expected.

XOO-10791

API

Terminal status updates successfully as expected.

XOO-11198

UI

Updated deployment script to provide fields required by /info request.

XOO-11211

API

Entered Product ID processes successfully and displays accurately when items are added to Advanced Day Ordering Suite Order.

XOO-11240

API

Kiosk order displays accurately line item price at Point Of Sale as expected.

2025-12-02 | 3.10 Online Ordering

Refer to change tickets: CHANGE-13647, CHANGE-13669, CHANGE-13673, CHANGE-13690, CHANGE-13701, and CHANGE-13727 when speaking with a team member about this release.

Component

Current Version

New Version

Delivery Adapter

3.10.70

3.10.75

Enterprise Restaurant Order Mapper (EROM)

4.1.26

4.1.47

Menu Engine

3.10.22

3.10.55

Menu Publisher

3.10.121

3.10.126

Site Status Monitor

3.10.97

3.10.129

Site Status Notifier

3.10.28

3.10.33

Improvements

XOO-10108, XOO-10324, XOO-10410, XOO-10449, XOO-10721, XOO-10866, XOO-11290, XOO-11507, XOO-11158, XOO-11248, XOO-11282, XOO-11285, XOO-11491, XOO-11535, XOO-11536, XOO-11561

Menu Engine, Menu Publisher, Site Status Notifier, Site Status Monitor, EROM

XOO-10320

Menu Engine

Added support for quantity-based pricing in Pricing Menus, to include consumption of new variable include_pricing_menu_quantity_prices.

XOO-10381

Menu Engine

Added support for SQS as additional method for sending/receiving menu generation status updates.

XOO-10411

Menu Engine

Added support for configuring bundle Component Type and Quantity for Single Item type.

XOO-10675

Menu Engine

Cache flow performs successfully for all menu types as expected.

XOO-10676

Menu Engine

Excluded entities are absent from menu output for menu type master_products as expected.

XOO-10748

Delivery Adapter

Enabled externally calculated taxes on remittance from delivery service orders by updating to consume new externally_calculated_tax_detail from Uber Eats subscription and process Item Level taxes.

XOO-10859

Menu Engine

Enabled delivery partners to view and sort Product Variations by consuming sort_order field in variation_info object for each product.

XOO-10883

Menu Engine

Master menu processes and caches successfully as expected.

XOO-10959

Menu Engine

SQS and HTTP URL validations process and display accurately.

XOO-11000

Site Status Notifier

Updated existing Reset Terminal flow by implementing new ACL method to check for blocked tokens.

XOO-11104

Menu Engine

Menus generate and update with accurate price changes as expected.

XOO-11261

Site Status Monitor

Delivery service store status updates successfully without error message.

XOO-11298

Delivery Adapter

Added support for Quantifiable Modifiers in delivery service orders.

XOO-11355

Menu Publisher

Enhanced synchronization of default build quantity with quantity picker.

XOO-11382

Delivery Adapter

Enhanced identification and storage of which type of Point Of Sale terminal an individual order is for.

XOO-11410

Menu Engine

Updated integration to enable menu publishing status notifications.

XOO-11421

Delivery Adapter

Request to Pipeline contains correct headers as expected.

XOO-11429

Site Status Monitor

Enabled pause/unpause notifications to delivery service if alias not provided by adding lookupUbereatsStoreId request.

XOO-11436

Site Status Monitor

Cache resets for specific site updates apply only to specified company and site as expected.

XOO-11447

Site Status Monitor

SNS record processes successfully and delivery store status updates successfully without error messages.

XOO-11453

EROM

Enhanced discounts mapping to forward only amount in payment data.

XOO-11454

Delivery Adapter

Delivery service name processes successfully with case-insensitivity as expected.

XOO-11498

Delivery Adapter

Reset cache endpoint performs successfully with company-specific integrator keys.

XOO-11508

Menu Publisher

Added support for inclusion of modifier price configuration for quantifiable modifiers with prices greater than 0 into default build.

XOO-11519

Delivery Adapter

Delivery service orders calculate and display accurate discount amounts.

XOO-11533

EROM

Order discount amount is transferred as number as expected.

XOO-11586

Site Status Notifier

Logs do not contain unmasked passwords.

XOO-11592

EROM

Validation is successful for metadata objects.

XOO-11597

EROM

Enhanced processing of Void notification by consuming voidReason from order updates.

XOO-9815, XOO-9874

Menu Engine

Added support for new menu type master_products, using /master request and responding with product information.

XOO-9818

Menu Engine

Added new endpoint /v1/menu-status/list to retrieve latest menu updates. New menu status object field menu_creation_timestamp displays time menu creation ended processing.

2025-11-18 | 3.10 Online Ordering

Refer to change tickets: CHANGE-13478, CHANGE-13503, CHANGE-13537, CHANGE-13563, CHANGE-13615, and CHANGE-13616 when speaking with a team member about this release.

Component

Current Version

New Version

Delivery Adapter

3.10.68

3.10.70

Menu Creator

3.10.74

3.10.122

Menu Publisher

3.10.108

3.10.121

Menu Update Monitor (MUM)

3.10.41-1

3.10.104

Notifier

3.10.57

3.10.60

Online Ordering UI

3.10.54

3.10.57

Improvements

XOO-10382

Menu Publisher

Added support for Menu Caption field in Product listing.

XOO-10542

Notifier

Receipt emails display build price and modifiers accurately as expected.

XOO-10641

UI

Touchless UI info endpoint successfully returns values for required fields.

XOO-10929

MUM

SQS message with Menu update is sent only when actual update occurs.

XOO-11036

MUM

xmum/preferences endpoint responds successfully.

XOO-11094, XOO-11403

Menu Creator

XOO-11210

Notifier

Updated to disallow sending of email/SMS receipts for delivery orders.

XOO-11214

UI

Order Canceled notification displays successfully and order cancels successfully when Cancel Order button is utilized.

XOO-11314

MUM

Menu update notifications process successfully.

XOO-11408, XOO-11409

Menu Creator, Menu Publisher

Added support for sending status notifications on specified events to designated SNS topics to users.

XOO-11421

Delivery Adapter

Headers display accurately in store.status.changed request to Pipeline.

XOO-11506

Menu Publisher

Menu Publisher sends Create Menu request successfully.

XOO-9873, XOO-10223

MUM

Enabled user to receive Master Menu by providing master-level product list data to integrators. Updated getMenuDataChanges to include menu_type set query parameter.

2025-11-04 | 3.10 Online Ordering

Refer to change tickets: CHANGE-13049, CHANGE-13446, CHANGE-13488, CHANGE-13495, CHANGE-13496, and CHANGE-13499 when speaking with a team member about this release.

Component

Current Version

New Version

Delivery Adapter

3.10.24

3.10.68

Enterprise Restaurant Order Mapper (EROM)

4.1.24

4.1.26

Menu Publisher

3.10.57-2

3.10.108

Notifier

3.10.27

3.10.57

Online Ordering API

3.10.41-11

3.10.41-14

Order Notification Processor

3.8.22

3.10.11

Improvements

XOO-7603, XOO-8386, XOO-9631, XOO-9655, XOO-10371, XOO-10384, XOO-10534, XOO-10540, XOO-10579, XOO-10588, XOO-10661, XOO-10696, XOO-10722, XOO-10724, XOO-10727, XOO-10738, XOO-10744, XOO-10769, XOO-10798, XOO-10808, XOO-10865, XOO-10867, XOO-10869, XOO-10943, XOO-10981, XOO-11041, XOO-11094, XOO-11103, XOO-11115, XOO-11116, XOO-11120, XOO-11148, XOO-11172, XOO-11174, XOO-11175, XOO-11212, XOO-11235, XOO-11272, XOO-11282, XOO-11285

Notification Processor, Delivery Adapter, Menu Publisher, EROM

XOO-10036

Notifier

Accurate totals display in delivery partner app.

XOO-10132, XOO-10133, XOO-10307, XOO-10403

EROM

Added support for Points Of Sale to accept online orders created on third-party delivery/ordering platforms with the following actions:, .

  • Created new component Enterprise Restaurant Order Mapper to receive and map orders and fields to Restaurant Point Of Sale order format

  • Receive order using getorderby_id

  • Enable consumption of SQS updates

  • Implement additional mappings to fulfil Order with missing data

XOO-10450

Delivery Adapter, EROM

Enhanced order synchronization by rerouting CalculateTotal request to EROM.

XOO-10689

Delivery Adapter

Enabled order void/cancel request to be sent to Store by sending cancel request when orders.cancel notification is received from delivery partner.

XOO-10704

Delivery Adapter

Added support for delivery service provider to include PIN with customer phone number by updating to consume PIN value and extend existing customer phone number field.

XOO-10710

EROM

Online orders GET request processes succesfully.

XOO-10711

EROM

Category/Group/Size/Section IDs display in valid format.

XOO-10712

EROM

Online orders display phone number as expected.

XOO-10717, XOO-10955

Delivery Adapter, EROM

Added support to notify Store when it is activated/deactivated on delivery service platform.

XOO-10748

Delivery Adapter

Added support for processing of externally calculated item-level tax data from delivery service provider by consuming new externally_calculated_tax_detail custom field.

XOO-10750

API

Added support to enable externally calculated taxes to be processed by analytics reports by injecting Item-level externally calculated tax data from delivery service.

XOO-10766

API

Request is sent to /ds/pipeline/xoo.order as expected when Target Point Of Sale {target_pos} is empty.

XOO-10773

Menu Publisher

Menus display accurately when store closes after 11:50 a.m.

XOO-10777

EROM

Item size displays accurately in order.

XOO-10778

EROM

Enhanced transformation logic for fields.

XOO-10852

Delivery Adapter

SiteInfo cache expiration time performs accurately.

XOO-10907

Delivery Adapter

Added support for delivery service provider to be notified order is canceled in Store by updating to process voided notifications and route to delivery provider.

XOO-10908

Notification Processor

Added support for delivery service provider to be notified order is ready for pickup or canceled by updating to process order-ready and voided notifications and route to delivery provider.

XOO-10909

Notifier

Added support for delivery service provider to be notified order is ready for pickup or canceled by updating to consume new Data Management configuration.

XOO-10916

Delivery Adapter

Enhanced standardization of error messages for calls from delivery service provider.

XOO-10920

Delivery Adapter

Added support for notifying delivery service Store when order has been canceled by receiving rejected notifications and sending order rejection request to delivery partner.

XOO-10954

EROM

Added support for notifying delivery service provider when order has been rejected in Store and not released to kitchen.

XOO-10960

Delivery Adapter

Added support to enable promotion/discount funding splits details to be included in order by consuming promo_funding_splits details from delivery service provider.

XOO-10979

EROM

Enabled externally applied discounts to be included in order by enabling consumption and mapping of discount_info object, utilizing discount_funding_splits array.

XOO-11009, XOO-11223

Menu Publisher

out_of_stock field displays accurately on delivery partner menu payload. out_of_stock status updates successfully for delivery partner store.

XOO-11013

EROM

Enhanced processing of Order status.

XOO-11019

Delivery Adapter

Enabled population of detailed reason for order cancelation to third-party delivery service.

XOO-11076

EROM

Enabled processing of voided order from Point Of Sale and sending cancelation notification via Notifier.

XOO-11100

API

Added support to enable promotion/discount funding splits details to be included in order by injecting discount_funding_splits details as part of Discount object.

XOO-11108

Menu Publisher

Added support for quantity-based pricing for modifiers in delivery menus published to delivery partner.

XOO-11149

EROM

Delivery service order displays accurate mapping of ingredient ID.

XOO-11233

EROM

Filtering functionality performs successfully for retrieving product variants.

XOO-11250

EROM

Order calculation totals successfully without error message.

XOO-11270

Delivery Adapter

Lambda cache reset performs successfully.

XOO-11284

EROM

EROM sync worker processes order statuses successfully.

XOO-11294

API

Made all loyalty data in requests optional by removing validation schema for loyalty_info object on customer and discount.

XOO-11299

EROM

Orders can be created successfully and taxes are calculated successfully.

XOO-11321, XOO-11370

Delivery Adapter

/deny_pos_order request sends successfully with Rejection Error details when item added to order becomes inactive.

XOO-11335

EROM

Enhanced exclusive tax handling by specifying tax total when collected_exclusive_tax is enabled.

XOO-11348

Delivery Adapter

Enhanced notification of delivery service Store status to receive menu.

XOO-11367, XOO-11368

Notifier, Delivery Adapter

Added support for sending Reason code to delivery service provider for voided orders at Point Of Sale.

XOO-11398

Menu Publisher

Enhanced publication of status notifications.