August 11th, 2025

BFG Release Notes 2025.08.2

Enhancements

Configure legends for the store locator

You can now control the visibility of legends in your public store locator. On the Store Locator Configuration page (Settings > Store Locator > [Create or edit a store locator] > Map tab), use the Store Legends Settings section to toggle these options:

  • Show Store Legend: Displays a clickable Legend button. Clicking it shows legends for product stocks, store types, and store highlights based on your settings.

  • Show Stocks Legend: (Product store locators only) Displays legends for product stock status.

  • Show Types Legend: Displays legends for custom store types.

  • Show Highlights Legend: Displays legends for highlighted stores.

Expanded store API to match UI import and export fields

The store API (LIST, GET, CREATE, and UPDATE endpoints) now supports additional fields previously available only in the UI import and export feature. These fields are now included in both request parameters (for creating and updating stores) and response parameters (when retrieving store data):

  • manufacturer_account_number

  • bfg_terms_file_url

  • brand_terms_file_url

  • custom_attributes

  • ffl_license_number

  • store_tags

  • store_types

  • show_on_locator

  • show_stock_availability

  • show_website

  • is_promoted

This update ensures full parity between the API and UI store management workflows and improves consistency for integrations.

Resolved issues

  • Fixed an issues where a dead queue scenario was caused by a CompanyImport job running without a timeout.

  • Fixed an issue where the incorrect owner was displayed for API keys on the Candidate Stores page.

  • Fixed an issue where store registration POST requests returned a server error due to missing cache directory.