Skip to main content

Announcement

As part of ongoing enhancements to the Real-Time Inventory Service, Kibo is continuing to migrate our internal inventory endpoints.  We will be migrating the aggregate inventory internal endpoints from April 30 through May 31. No action is required, but if you have questions then please contact Kibo Support.

Production Tenant Features 

Commerce

  • Cybersource Fingerprint ID: The Cybersource integration now accepts a deviceFingerprintID field as part of the fraud screen request object, which will then be passed through the authorization call and to Cybersource to provide fingerprint identification details. 

Order Routing

  • User Interface Update: The Order Routing UI has been enhanced. These changes went into effect in sandboxes on April 23 and will remain there until the 1.2416 production release on May 13. This includes removing the Reports and Routes pages from the navigation menu, the ability to create a new filter while viewing a group (now called a scenario), and other usability updates. “Groups” have been renamed to “scenarios” in all places where the term appears, but their functionality and the Order Routing APIs remain unchanged. See the updated Order Routing documentation for more details.

Transactional Logs

  • Returns TLogs Update: The Returns transactional log now includes a new returnItemTaxTotal field to indicate how much tax credit is being returned for each line item.

Production Bug Fixes

ServiceResolution
CatalogWhen adding values for the “Brand” product property on a product, typing the name of a brand into the text field did not result in automatic results. Instead, the user had to scroll down the dropdown menu in order to find the value they wanted to add. This has been corrected so that the UI will display suggestions of available values that match what the user is typing to make entry easier.
CatalogIn some cases, categories could not be assigned to products via the Quick Edit tool and resulted in an API failure despite returning a 200 OK response. This was due to product data not being retrieved if the catalog price was overridden for a standard product, but has now been corrected so that the Quick Edit tool can successfully update product categories.
CommerceWhen creating a new shipment on an existing order, not all expected stores were displayed in the fulfillment location drop-down list. However, those locations did appear when creating a shipment for a new order. This has been fixed so that all available location records are displayed in the location options for existing orders.
CommerceSubscription shipments that were being paid for with installment plans could not be successfully fulfilled after the first payment, when they are expected to be fulfillable even if the total amount has not yet been paid. This has been corrected so that shipments can be fulfilled while still pending future installment payments as intended.
FulfillmentIf a validation error was experienced when generating a Canada Post shipping label, fixing the invalid information and re-attempting to generate the label would still result in the previous error. This has been fixed to ensure that fixing incorrect information allows a new shipping label to be generated as expected.

Production Sandbox Features 

While some updates listed here will be going out on May 14 per the usual schedule, Multi-Locale Catalogs will be added to sandboxes later on May 21. Additional enhancements for UPS EasyPost integration and signature options were previously included here, but have been delayed to a future release.

Catalog

  • Multi-Locale Catalogs (EU Sandbox Release): This feature allows you to configure catalogs that support multiple locales. You will be able to switch to any of the supported locales when viewing the product, product attribute, category, and discount configuration pages. Then you can change language-specific fields, such as product names and descriptions, to easily localize the content for that locale. For more general information, see the Multi-Locale Catalogs guide. If you want to use this feature on an existing implementation, then you must contact Kibo Support to be upgraded to a new version of the Catalog Admin APIs and then rewrite your requests to provide a localizedContent object. The API documentation has been updated to reflect the new request models. If you upgrade and still need to manage product data that hasn’t been rewritten to the new model, you will be able to call the original version of the APIs without localization by including an x-api-version header set to “1” in your request. If you do not upgrade, then your current calls will not require any changes. This update is being released to sandboxes on May 21. It will only be available to European implementations at first for stability testing. Once fully released, it will be available out-of-the-box for all new implementations and existing implementations will be able to upgrade if desired.

Fulfillment

  • Reject Shipments in Payment Error: The “Reject Shipment” button is now available for Substitution flows in alignment with existing functionality for payment errors during fulfillment. A shipment may go into payment error due to substitute’s price being higher than the original product. While the fulfiller cannot proceed with actions to fulfill it, they should still have the flexibility to reject a shipment.

Subscriptions

  • BOPIS Subscriptions: Subscriptions can now be created with pickup items (or a combination of pickup and direct ship), where previously only direct ship was supported. You can quickly switch between pickup and direct ship fulfillment when viewing the items table in the subscription details, including when updating the next order only or placing an order now. Delivery and alternate pickup contacts are not currently supported, only in-store pickup by the primary contact. 

Sandbox Bug Fixes

ServiceResolution
CatalogErrors were experienced when placing large orders through the Admin UI (such as those with 30 or more items), due to database issues caused by the amount of order data. This has been fixed so that large orders can be successfully created.
CatalogSome errors were experienced when retrieving vocabulary values via API in which mapped values were missing from the response. This has been corrected so that the correct amount of values are returned.
CommerceBOPIS shipments with no inventory were incorrectly handled when inventory reservation was enabled, resulting in duplicating the item between the parent shipment and the resultant Customer Care shipment. This has been fixed so that the unavailable item is properly moved to the Customer Care shipment.
CommerceDuplicate shipments were being created due to unexpected behavior from bulk shipment creation APIs. This process has been fixed so that extra shipments are no longer created.
CommerceThe inventory allocation process could not handle cases where there was negative available inventory for reservations, resulting in erroneous allocation of the negative inventory plus the order quantity. This has been corrected.
FulfillmentWhen a return was created via API with a specific return processing fee applied, the fee was not taken into account by Fulfiller UI returns and thus the customer was refunded more than the intended amount. This has been fixed so that fulfiller returns appropriately subtract the processing fee from the total refund.
InventorySorting fields were not working in the real-time inventory service, resulting in a broken Inventory UI page that did not allow page sorting. This has been corrected so that real-time inventory records can be sorted as expected.