An EntryGroups field has been exposed from order and quote-related endpoints, enabling the frontend to display bundled components as a package rather than as separate products. This feature needs to be activated via the toggle:
1
toggle.generateEntryGroupsInOrderAndQuotePopulator.enabled
This feature makes it only easier for consumers to purchase bundled products, boosting sales, but also enhances their shopping experience by grouping related items together.
An update to the OCC API now provides the technical capability to inform customers which products are disabled based on the 'disable product' bundle rules. This is implemented with 2 additional properties sapAddToCartDisabled and sapAddToCartDisabledMessage. This enhancement prevents 'disabled products' from being added to the cart when editing bundle selections, streamlining the shopping experience and improving customer satisfaction.