August 4th, 2025

Control the display of your store’s website link on your public store locator
You can now choose whether to show your store’s website link on your public store locator. On the Store Profile page (Stores > Stores > [create or select a store]), use the Show Toggle switch to control the visibility of the website link.

Customize the background color of your public store locator
You can now set a background color for your public Store Locator. On the Store Locator Configuration page (Settings > Store Locator > [create or edit a store locator] > View tab), use the Store locator background color options to choose a color that aligns with your brand or site design.

New APIs available for managing stores
A set of new APIs is now available to support store management through external integrations. These endpoints allow you to list, create, retrieve, and update store records programmatically:
List stores: Retrieve a list of existing stores with optional sorting support.
GET /api/manufacturers/stores
Create a store: Add a new store by sending store details in the request body.POST /api/manufacturers/stores
Get a store: Retrieve a specific store by its unique ID.GET /api/manufacturers/stores/{store_id}
Update a store: Modify store information by providing updated fields in the request body.PUT /api/manufacturers/stores/{store_id}
These APIs enable easier integration with external systems and support streamlined workflows for store data management.
Product inventory API now includes inventory update metadata
The Product inventory API is now enhanced to include two new fields for improved traceability:
last_inventory_sync: Shows the timestamp of the most recent successful inventory quantity update for each product-store combination.
last_updated_by: Indicates who performed the update, such as a brand name
These fields are now available in the following endpoints:
Get a product inventory: GET /api/product-inventories/{upc_code}
List products: GET /api/products
Get a product: GET /api/products/{product_id}
This enhancement allows retailers and integrators to track when inventory was last updated and by whom, supporting better auditability and system transparency.
Fixed an issue where store hours incorrectly appeared as Closed in the store locator.
Fixed an issue where phone number links didn’t open the dialer in Mobile Safari.
Fixed an issue where the fullscreen toggle on the store locator map stopped working after exiting fullscreen.
Fixed an issue that prevented saving a brand with a Business Type set to Technology Partner.
Fixed an issue where user invite emails displayed the wrong company name.
Fixed alignment issues with action buttons in the store locator map popup.