🚨 Catalog API Update

:rotating_light: Update your API version to avoid issues with modifiers
If you use Catalog API to read and display items with modifiers, please update to API version 2025-05-21 or later to avoid issues with modifier selection.

:brain: What’s happening?
Square is rolling out updates to how sellers can create and customize modifiers in Square Dashboard. This includes the ability to select multiple quantities of a single modifier (e.g. coffee with 2 pumps of vanilla syrup). To support these changes, we recently made updates to the CatalogModiferList , CatalogItemModiferListInfo and CatalogModifierOverride objects in the Catalog API.

:white_check_mark: What to do?
To avoid issues with reading and display modifiers:
→ Update your application to use API version 2025-05-21 or later
→ Review the updated documentation for CatalogModiferList , CatalogItemModiferListInfo and CatalogModifierOverride
→ Ensure you are properly handling new and updated fields, including: allow_quantities , min_selected_modifiers , max_selected_modifiers , and hidden_from_customer (note: selection_type is deprecated)

:books: Relevant Docs
2025-05-21 Changelog
CatalogItemModifierListInfo
CatalogModifierList
CatalogModifierOverride
Enable Item Customization with Modifiers

Hello! Thank you, this is actually useful