Skip to main content

Announcement: Code Freeze

Kibo is entering its “code freeze” for the peak holiday season. This production release of Version 1.2340 is the final major update being pushed to production tenants until January. Changes will continue to be added to sandbox environments per the below schedule and will be released to production on January 8, 2024:
  • Version 1.2342: October 31
  • Version 1.2344: November 14
  • Version 1.2346: November 28
  • Version 1.2348: December 12

Production Tenant Features

Fulfillment

  • Carrier Updates: As part of the migration from CARS to SRT, FedEx and UPS have been fully moved to SRT. Carrier accounts and credentials can be fully managed in the Admin UI, but if you choose to manage them via API then you should now use the .../api/commerce/shipping/admin/carriers/ endpoint as detailed in this guide.

Subscriptions

  • Pay with Installments**:** You can now create installment plans that allow a subscription to be paid for in multiple installments, with a configurable initial payment amount and number of payment installments. When an order is created with an installment plan, the system will capture the first payment amount and then begin charging installments according to the configured frequency. For more information, see the Subscription Installments guide.

Production Bug Fixes

Production Sandbox Features

Catalog

  • Change Product Type for Configurable Products: Previously, you could not change the product type on configurable products via Quick Edits because the system couldn’t update the product type of every variation on the product as well. Support for this has now been added, so you are no longer restricted from changing product types on configurable products and their variations will be automatically updated as well.

Commerce

Inventory

  • Future Inventory External IDs: You can now provide External IDs for future inventory records. When setting up your records, they must be unique by either their UPC-Location-Future Delivery Date or their UPC-Location-External ID. For example, if you have three future inventory updates for the same product on August 7 and do not have unique delivery date-times, then external IDs of PO1, PO2, and PO3 could identify each record. See the Future Inventory documentation for more information.
  • Receive Processing Time: A new field, Receive Processing Time, has been added to the available processing times used for accurate fulfillment dates. This value represents the time taken by a location to receive incoming inventory and make it ready to fulfill, such as by unloading a truck and processing the inventory. However, the value is not directly used in any calculations returned by Kibo. It will be included in Inventory API responses if set alongside the other fields for you to use as needed in your own calculations.

Subscriptions

  • Payment Recycling: This feature allows subscription order payments to automatically be retried, allowing previously errored payments to go through if the shopper has fixed the payment issue since the error occurred. It can be used both alongside installment plans and without installments. For information on how to set up recycling, see the user guide.

Sandbox Bug Fixes