Introducing string uniqueness constraints in Commerce Extensions
MINOR We have introduced the ability to model data with uniqueness constraints for string fields in Commerce Extensions. For more information, see Custom Fields.
MINOR We have introduced the ability to model data with uniqueness constraints for string fields in Commerce Extensions. For more information, see Custom Fields.
MAJOR Proration and Dunning are now available for subscriptions.
Support for integrating Klevu with your Studio storefronts for Shopify stores and bug fixes in this release.
You can quickly and easily integrate Studio with Klevu. Klevu is an advanced AI-driven search and product discovery platform specifically designed for e-commerce websites. Once configured, using Studio's built-in Klevu integration, you can:
MINOR You can now extend product prices by adding custom attributes to a product price. This enables you to optimize your pricing data, enhancing your ability to respond to market dynamics and customer preferences. For more information, see Add a product price to a price book.
MINOR A new Get all Prices endpoint allows you to retrieve all prices for a product, irrespective of the different price books that include that product's price. For example, you can filter for all prices for a specified sku
, or filter for all prices changed before or after a given date. This will retrieve prices from all price books. For more information, see Get all product prices.
MINOR Commerce Manager: A new and improved Bundle Builder is available. The new bundle builder features an upgraded visual design, making it easier to use and more intuitive, with a smoother interface that simplifies the bundle creation process. For more information, see Creating Bundles.
MINOR Commerce Manager: Improved account search functionality to enable more effective filtering by name, legal name, registration ID, and external reference. For more information, see Searching Accounts.
MINOR When using Custom APIs, we have introduced support for HTTP Conditional Requests, using the If-Match
header. Clients can use these requests to implement safe concurrent updates to the same resource by multiple writers. For example, this is useful in inventory tracking, as it prevents lost updates and other data consistency issues with the inventory amounts. For more information, see Update Custom API Entries.
Pagination is now supported in the Product Collection component and bug fixes in this release.
The Product Collection component now supports pagination. For optimal performance, especially with large product collections, you should paginate your product collection component, rendering your products one page at a time instead of loading the entire product collection. Pagination makes it easier for your shoppers to browse through your product catalogs, allowing them to quickly find what they are looking for. In addition, you can choose from a selection of visually engaging indicator types and transitions. For example, if your indicator type is an arrow, then you might want to use a slide transition.
Once you have enabled pagination for your product collection component, you can configure how pagination displays when you add a product collection component to a page. See Configuring Pagination for Product Collections.
MINOR The following endpoints now support beta filtering.
Beta filtering uses a new syntax that is an evolution of the original syntax, allowing more characters and formats. For more information, see Beta filtering.
MINOR We have improved the application of cart-level promotions to ensure accurate discount distributions, addressing issues where discounts were incorrectly redistributed in certain situations involving exclusions.
MINOR In Subscriptions, a new card_id
attribute is available. You can use the card_id
and customer_id
attributes to program your front-end implementation to allow your preferred payment service provider to update a subscription with new card details, enabling you to easily manage your subscription charges. For more information, see Card Declines.
MINOR We have added the capability to configure the storage of null values in Custom API Entries. For more information, see Null Values.
MINOR On October 18, 2022, we notified customers that the bundle_configuration object was misspelled as bundle_configuation in the cart, cart items, and order items, and has been deprecated. We recommend using bundle_configuration to create bundle configurations.
MINOR We have made an enhancement to cart side effect messages on promotion applications. Now, when a second promotion using the same code as an existing one in the cart is applied, the side effects provide more detailed messages, indicating the removal and addition of different promotions.
INTEGRATIONS HUB: Released Algolia - Full / Delta / Large Catalog V69 (US) - V54 (EU): This new version includes a fix for an intermittent issue with some dropped images during catalog sync. For more information, see Integrating with Algolia.
INTEGRATION HUB: Released Algolia - Full / Delta / Large Catalog V68 (US) - V53 (EU): This new version adds concurrency checking to prevent catalogs from being published concurrently, which can cause issues if the same data is updated at the same time. For more information, see Integrating with Algolia.
MINOR In Product Experience Manager, a new endpoint Get all nodes in a hierarchy, retrieves all nodes in a hierarchy, including both parent and child nodes. For more information, see Get all nodes in a hierarchy.
MINOR The Configure a Shopper Bundle endpoint now supports using the include parameter to retrieve key attribute data for the products in a product bundle. This is useful because, when your shoppers select the products in the bundle that they want to purchase in your storefront, you can then display all the relevant product information to your shoppers. See Configure a Shopper Bundle.
MINOR You can now configure the expiry time of Account Management Authentication Tokens to implement an idle timeout feature. For more information, see Implementing Idle Timeout.
MINOR We have Introduced a new eCommerce Admin role with capabilities for PXM, promotions, orders and account management. For more information, see Store Roles.
INTEGRATION HUB: Released Algolia - Full / Delta / Large Catalog V67 (US) - V52 (EU): This new version adds debugging code for images collection to troubleshoot an intermittent issue with some dropped images during catalog sync. For more information, see Integrating with Algolia.
Some minor improvements and bug fixes in this release.
INTEGRATION HUB: Released Store Configuration Orchestrator - V17 (US) - V16 (EU): This new version now supports the ability to export and import payment gateways. For more more information, see Commerce Store Configuration Orchestrator.
MINOR We have introduced support for float field types in Commerce Extensions to support your business needs. For more information, see Custom Fields.
MINOR We have added events for Custom API entries. You can integrate Commerce Extensions with your external systems by observing the appropriate events. For more information, see Custom API Entries.
MINOR Shoppers can now select a bundle that has a default list of products. Shoppers can choose to have all the default products, keep some of the default products or change the default products completely. This is useful, for example, if you want a new addition fragrance in a fragrance bundle to appear as the default option. For more information, see Dynamic Bundles.
Integration Hub Released a new version of the SendGrid Integration (US v15 & EU v14). This version adds support for an optional From name to be configured within events. See Integrating with SendGrid.
MAJOR We have introduced cart-level discount apportioning within Rule Promotions. This feature distributes cart-level discounts across individual items, enhancing transparency and clarity in the representation of discount allocations at both the cart and item levels. For more information, see Cart-level Discount Apportioning
Mainly bug fixes in this release.
MAJOR We have now introduced a new feature, called Commerce Extensions that supports the creation of Custom APIs according to your business needs. These Custom APIs support a variety of field types, including:
Moreover, Commerce Extensions offers the ability to apply filters to all fields, enabling multidimensional data retrieval. Additionally, we've enhanced sorting and filtering capabilities based on creation and last update dates. For more information, see Commerce Extensions.
You can also create new Custom APIs within Commerce Manager. For more information, see Commerce Extensions in Commerce Manager.
MAJOR Subscriptions now supports collecting payments using Authorize.Net. For more information, see Using Authorize.Net.
MINOR You can now track your Subscriptions billing, payment and tax operations using reports, allowing you to manage your finances more effectively. For more information, see Billing, Tax & Payment Reports.
Mainly bug fixes in this release.
MINOR Commerce Manager: We have now renamed Promotions to Promotions Standard in Commerce Manager. For more information, see Promotions Standard.
MINOR Commerce Manager: You can now add and edit nodes using the new Nodes view in Commerce Manager, enabling easier management of your nodes. For more information, see Creating Parent/Child Nodes.
MAJOR In Subscriptions, events are now observable. Events are actions that occur in Subscriptions such as a subscriber changing their address or a subscription changing from active to inactive. This enables you to integrate Subscriptions with external systems like enterprise resource planning, fulfilment and other systems. For more information, see Subscriptions API Documentation.
MAJOR We have introduced a new feature, called Promotions Builder, powered by our Rule Promotion engine. This feature offers you the flexibility in providing diverse discounts to shoppers, supporting discounts of varying complexities, ranging from code-based customer discounts to Buy X Get Y discounts, fixed price promotions, cart fixed discount, and many more based on your business needs. Moreover, it is compatible with our existing legacy promotions capability, ensuring a smooth transition to the new Promotions Builder. For more information, see Promotions Builder in Commerce Manager. To create promotions using API, see Rule Promotions. To apply Rule Promotions API in carts and orders, you must enable the use_rule_promotion field in Cart Settings.
MINOR The Get all Products and Get all Promotions endpoints now support beta filtering. The new syntax is an evolution of the original syntax, and allows more characters and formats. For more information, see Beta Filtering.
MINOR When adding subscriptions to a cart, you can now add tax items, allowing you to separate tax from the price of a subscription. For more information, see Add Subscription to a Cart.
Some minor improvements and bug fixes in this release.