Skip to main content

Announcement: Import Inventory API Migration

As part of ongoing migration of internal inventory endpoints, Kibo will be migrating the import inventory internal endpoints on production tenants from January 27 through February 10. The endpoints on production sandboxes were already migrated in 2024. This is the first of three phases of inventory migration planned in the first half of 2025. No action is required from you but if you have questions, please contact Kibo Support.

Production Tenant Features

As this is the first production release after the holiday code freeze, all updates from the below sandbox versions will be released to production tenants together.

Production Sandbox Features

Commerce

  • Multiselect Location Attributes: When configuring location attributes, you can now enable them for multiselection when they have a List input type. This means that when setting attribute values for a location, more than one option can be selected for that location.
  • API PageSize Limit: The pageSize request parameter of Commerce APIs now enforces a maximum of 200 results. Requesting more than 200 will not cause a validation error, but only 200 records will be returned per page.
  • Imported Order Payment Update: If an order is imported via the Create Order API with isManual enabled on the payment interaction, the system will no longer store a card ID or auth in Kibo’s payment service. Any actions made on payments of this type must be performed manually (including captures, voids, and credits). This was the expected behavior for orders imported with manual payments, but will now be better handled by the system.

Sandbox Bug Fixes