October 14th, 2025

The Low Stock Threshold feature introduces a new configuration option under the Company Profile (Settings > Company Profile), allowing manufacturers to define a global quantity threshold for when a product should be considered low stock.

The Candidate Stores (Stores > Candidate Stores) page now includes an export option that enables users to download the complete list of candidate stores directly from the admin portal.

A new set of APIs is now available to support store inventory management through external integrations. These endpoints allow developers to retrieve candidate store inventory data programmatically.
Candidate store inventory: Retrieves a list of candidate store inventory records
GET /api/store-product-inventories
The filter[field] query parameter for the Candidate Store Inventory endpoint (GET /api/store-product-inventories) now supports additional filtering options. These values allow for more granular filtering of store data based on specific fields. The supported filter fields include:
account_id
upc
is_candidate
The include_product query parameter for the Candidate Store Inventory endpoint (GET /api/store-product-inventories) now supports returning full product details.
The Export/Import Store feature has been enhanced to include the Inventory Source Account ID field in the Admin UI export. This update improves visibility into store ownership data and ensures accurate tracking across exports and integrations.
The Store Management API has been updated to include Inventory Source information in its responses. The enhanced endpoints now return a list of stores that include the store_inventory_source field.
Fixed an issue where the Export All option on the Store Inventory page returned inventory data for all stores instead of only the selected store.