Hello fellow Square members! Wondering if anyone has figured out a way to associate a variation to a modifier default?
For Example: Coffee
Variations: Small, Medium, Large
Modifier: Flavor pumps: One, Two, Three
If customer selects:
Customer can override the pump selection, but we want the default to change based on the variation that was selected. Is this capable today or does someone have a workaround?
@JTPets - wondering if you know of a solution?
I think this one is a feature request, I asked Claude to see if maybe API had a work around and it does not look like it:
Short answer: No, not natively at the variation level.
Modifier lists attach to the item, not the variation. CatalogItemModifierListInfo lives on CatalogItem.modifier_list_info — there's no equivalent field on CatalogItemVariation.
What you can do:
Workarounds if you need per-variation defaults:
Square Community