Skip to main content

Production Tenant Features

Commerce

  • Email Length Restriction: Validation has been added to ensure that email addresses on customers and orders do not exceed a maximum limit of 254 characters.

Inventory

  • Inventory Tag Restrictions: A default maximum limit has now been placed on how many inventory tags and individual values can be allowed. This limit is 3 tags and 6 tag values (across all tags) per tenant.

Production Bug Fixes

Production Sandbox Features

Catalog

  • Hidden Sales Ranks: The product properties for the Sales Rank boost/bury field were visible on storefronts alongside other properties, even though those values are not relevant to customers. These fields have now been updated to be hidden from shoppers.

Commerce

  • External Pricing: You can now place orders with line items whose pricing is set by an external system, not the Kibo catalog. To do so, you should still maintain a catalog that lists all your products but does not configure their prices. Pricing details can then be sent to Kibo in the line item data as a tenantOverridePrice field when calling the Cart, Checkout, Order, Quote, and Wishlist APIs. See the user guide for more information about how to use external prices, as well as links to the relevant API documentation. While API support will be released to production with the rest of 1.2412 changes, the full feature is being kept in sandboxes for additional time (including the site setting shown in the user guide) and will go to production in the following release.
  • Backorder Release Update: The backorder release process has been updated to consider future inventory while releasing shipments for fulfillment. Where previously the system only looked for available current inventory to satisfy the shipment, it will now release shipments if there is enough future inventory or a combination of current and future inventory available. Current inventory will always be prioritized for assignment.

Fulfillment

  • Display Duty Total: If you use duty fees for internationally-traded products, those duty totals will now be displayed on shipment details in the FFUI as a separate line from the Tax total.

Sandbox Bug Fixes