October 14th, 2025

BFG Release Notes 2025.10.2

New features

Low Stock Threshold configuration added to Company Profile

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.

Add export option to Candidate Stores page

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.

New Candidate Store Inventory API Endpoints

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.

Enhancements

Added Inventory Source Account ID field to export and import store

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.

Extended Store Management API to include Inventory Source

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.

Resolved issues

  • 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.