Skip to main content

Production Tenant Features

Commerce

  • Restrict Order Adjustments: A new site setting under Tax Settings, “Disable Tax and Duty Adjustments,” can now restrict Admin UI users from making tax and duty adjustments (including item, handling, and shipping tax) on all orders across all sites. This does not currently restrict adjustments on the Subscriptions UI or via the Order API.
  • Real-Time Inventory in Catalog: Get Inventory API calls made from the Catalog for creating or updating reservations and checking location inventory from the front-end site now utilize the real-time inventory service. This means that real-time inventory levels will be referenced to ensure accuracy with current stock when performing those actions.
    • Updated February 27: Originally, support for real-time inventory in cart and checkout actions was also released in this version. This included adding items to the cart or checkout, creating checkouts from the cart, creating customer quotes, and updating inventory tags. However, that support has been reverted and will be re-released to sandboxes with Version 1.2408.

Fulfillment

  • Force STH-Consolidation: A new site setting under STH Consolidation, “Force consolidation with 0 Inventory at consolidation location,” allows you to to consolidate shipments even when there is no inventory at any STH-C enabled location. You can override this site setting in the Create Order API request by enabling or disabling the forceSTHConsolidationOnSplitShipments field.
  • Multi Piece Shipments: When this feature is enabled, fulfillers will have the option to associate all packages within a shipment with a single master tracking number if the carrier allows. This allows you to save money in scenarios where carriers charge shipping fees for every tracking number. This is supported for STH and Transfer shipments, but requires Split Packing Slips to be enabled as well and can only be used with custom carriers for now.

Subscriptions

  • Address State Formatting: When entering a shipping address on the Subscriptions UI, full state names will now be automatically converted into state codes.

Production Bug Fixes

Production Sandbox Features

Catalog

  • Import-Export Update: Deprecated export options for Sort Definitions and Product Rankings have been removed from the Import-Export 3.0 tool.

Commerce

  • Duty Fees in Audit Logs: When viewing audit logs in the Order Admin UI, changes to duty fees will now be included in the reports with details about the change such as the date/time and previous value. This allows better tracking of duty updates caused by a unit price change, shipment adjustment, or item cancellation. Additionally, this means that audit information has been updated in Shipment API responses and you can now view duty, dutyTotal, and dutyAdjustment metadata in the changeMessages object.

User Management

  • Unlock User Accounts: Some changes have been made to the login process to better support unlocking accounts that were locked due to failed login attempts. The number of failed attempts that are permitted before locking an account has been decreased from 15 to 5, but going through the password reset flow will now unlock the account. This means that the user no longer has to contact Kibo Support for assistance, as long as they can successfully reset their password. This new password is not allowed to be any previously-used passwords for that account.

Sandbox Bug Fixes