Cloud Readiness / Oracle B2B Commerce Cloud
New Feature Summary
Expand All


  1. Update 23B
  1. Revision History
  2. Overview
  3. B2B Commerce
    1. Storefront
        1. Prevent Storefront User login after multiple unsuccessful login attempts
    2. Admin
        1. Improved management for registered applications
    3. Integrations
        1. Support for Batch Update of Orders via API
    4. Open Storefront Framework
        1. Ability to customize and configure the Recommendations Container
        2. Support for Selective Asset Download
    5. Server-Side Extensions
        1. Access Control to Server-Side Extension Endpoints

Update 23B

Revision History

This document will continue to evolve as existing sections change and new information is added. All updates appear in the following table:

Date Module Feature Notes
05 MAY 2023     Created initial document.

Overview

HAVE AN IDEA?

We’re here and we’re listening. If you have a suggestion on how to make our cloud services even better then go ahead and tell us. There are several ways to submit your ideas, for example, through the Ideas Lab on Oracle Customer Connect. Wherever you see this icon after the feature name it means we delivered one of your ideas.

GIVE US FEEDBACK

We welcome your comments and suggestions to improve the content. Please send us your feedback at oracle_fusion_applications_help_ww_grp@oracle.com.

DISCLAIMER

The information contained in this document may include statements about Oracle’s product development plans. Many factors can materially affect Oracle’s product development plans and the nature and timing of future product releases. Accordingly, this Information is provided to you solely for information only, is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described remains at the sole discretion of Oracle.

This information may not be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. Oracle specifically disclaims any liability with respect to this information. Refer to the Legal Notices and Terms of Use for further information.

B2B Commerce

Storefront

Prevent Storefront User login after multiple unsuccessful login attempts

With this release, Storefront User accounts are locked when multiple unsuccessful login attempts are made. An email is sent to the user notifying the unsuccessful login attempts on the account. Users can regain access to their account by resetting the password using the “Forgotten Password” link.

This also applies to Storefront logins using Multifactor Authentication.

Admin

Improved management for registered applications

This release provides improvements to registered applications on the Commerce Administration Interface (Admin UI) by providing Pagination support for registered application listing that improves user experience when there are large number of registered applications.

A registered application is an external application that is registered via Settings > Web APIs > Registered Applications area of the Admin UI.

Integrations

Support for Batch Update of Orders via API

It is now possible for merchants to update multiple orders at a time using a single REST API call. Oracle Commerce already allows merchants to update individual orders through the Admin updateOrder REST API. 

This feature uses Bulk Import API for processing multiple orders in the background.

Please refer to the “Import data endpoints” section of “Perform Bulk Export and Import” in the “Extending Oracle Commerce” guide of Oracle Commerce documentation for more information on how to import using bulk operations.

Open Storefront Framework

Ability to customize and configure the Recommendations Container

It is now possible for the merchants to customize and configure the widgets inside the Product Recommendations Carousel within an Open Storefront (OSF) application.

The ‘ProductRecommendationsCarousel’ widget had been converted into a container that holds 3 new sub-components - Image, Name and Price.

Support for Selective Asset Download

Oracle Commerce now provides merchants an option to selectively download assets associated with their commerce application. Previously, merchants could only download all assets associated with their applications.

Server-Side Extensions

Access Control to Server-Side Extension Endpoints

Oracle Commerce now enables administrators to control access to server-side extension endpoints.