Skip to main content

Announcement: Shipment Workflow Cleanup

The Kibo Business Automation Service hosts Fulfillment Workflows that drive behavior of Fulfiller UI actions and Shipment APIs. This service collects large amounts of data, which is used during fulfillment and then becomes unnecessary once shipments are no longer being acted upon. In order to ensure proper platform performance and minimize maintenance overhead, this data will now be removed after 6 months from the last time it was accessed. This means that if a shipment has not been progressed or viewed for 6 months, then its associated workflow diagram will not be viewable via the Kibo Fulfiller UI and it will no longer have any fulfillment steps available to execute. Shipment data itself is stored in a separate repository and will be untouched. Any shipments requiring fulfillment steps beyond this threshold, such as a Ready shipment that hasn’t been fulfilled yet or a shipment that is still in Backorder, will need to be resolved by reassigning the shipment to either the same location or a new one.

Production Tenant Features

Commerce

  • New Payment Events: New event notifications are now triggered for successful Payment.Authorized, Payment.Captured, Payment.Voided, and Payment.Credited events.
  • Order Queue APIs: New Order API endpoints (.../api/commerce/orders/QueuedOrders/ and .../api/commerce/orders/QueuedHistoricalOrders) have been created to provide visibility into the order queue, allowing both you and Kibo Support to better investigate any failures while processing orders. These GET calls will return order information with the processing status and any error information if applicable. More detailed documentation for these endpoints will be available and linked here soon.
  • Filter By Threshold: When configuring the Vector Search settings of Site Search, a new toggle for “Filter by Threshold” allows you to determine whether or not vector results will be constrained to only products that meet the specified Distance Threshold value.

Production Bug Fixes

Production Sandbox 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.

Sandbox Bug Fixes