Production Tenant Features
Search
- Minor UI Update: The “Select All” checkbox on the Merchandizing Rules page’s Add Products and Blocked Products modals have been properly aligned with the other checkboxes.
Subscriptions
- External Subscription ID: You can now set an External ID for a subscription through the Update Subscription API and filter the Get Subscriptions API by this ID, such as in
?filter=ExternalId eq 12345. - Migrate Subscriptions Update: The Customer API now supports a new field,
migrationRequired, to assist with the migration of historical subscriptions. This is false by default, but Kibo can assist you with updating the flag in bulk across your applicable customers via a script. Setting it to true means that the migration has not happened yet and the subscriptions tab will not be visible in account details in the Customers UI. Once you import historical subscriptions into Kibo, you can reset this field to false and the subscription information will be visible in the customer account.
Production Bug Fixes
Production Sandbox Features
Search
- Import/Export Search Term Redirects: You can now import and export CSV files to update search term redirects if you have the Import/Export V3 application installed.
- Dynamic MinMatch Settings: When setting MinMatch in the Search Settings, the values must be added in descending order and will display an error otherwise. This behavior has been updated so that the fields will dynamically re-order themselves highest to lowest as you add them and make this process easier.
Subscriptions
- External Subscription ID Column: The External ID is now possible to be displayed as a column on the Subscriptions page. This column is not displayed by default, but can be toggled on by expanding the options in the top right of the table.
- Order History Update: Pending and Abandoned orders are no longer displayed in a subscription’s order history.
- Custom Frequencies: You can now enter new values in the Subscription Frequency attribute, allowing you to create your own custom subscription frequencies where previously only out-of-the-box frequencies were supported without additional development effort.
- Subscription Attributes: When creating order attributes, you can now specify whether an attribute applies to Order Only, Subscription Only, or Order and Subscription. The latter two settings will pass the attribute to subscription details and allow you to edit it at the subscription level. If nothing is selected, then the attribute will be treated as Order Only and will not be visible on subscriptions. See the Order Attributes and Configure Subscriptions documentation for more details about this behavior.

