<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>thread Variations linked to modifiers in Food &amp; Beverage</title>
    <link>https://community.squareup.com/t5/Food-Beverage/Variations-linked-to-modifiers/m-p/841916#M4259</link>
    <description>&lt;P&gt;Hello fellow Square members! Wondering if anyone has figured out a way to associate a variation to a modifier default?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;For Example: Coffee&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Variations:&lt;/STRONG&gt; Small, Medium, Large&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Modifier:&lt;/STRONG&gt; Flavor pumps: One, Two, Three&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If customer selects:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Small -&amp;gt; Pump: One (Selected by default)&lt;/LI&gt;&lt;LI&gt;Medium -&amp;gt; Pump: Two (Selected by default)&lt;/LI&gt;&lt;LI&gt;Large -&amp;gt; Pump: Three (Selected by default)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;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?&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/308043"&gt;@JTPets&lt;/a&gt;&amp;nbsp;- wondering if you know of a solution?&lt;/P&gt;</description>
    <pubDate>Fri, 01 May 2026 17:20:23 GMT</pubDate>
    <dc:creator>balmonte</dc:creator>
    <dc:date>2026-05-01T17:20:23Z</dc:date>
    <item>
      <title>Variations linked to modifiers</title>
      <link>https://community.squareup.com/t5/Food-Beverage/Variations-linked-to-modifiers/m-p/841916#M4259</link>
      <description>&lt;P&gt;Hello fellow Square members! Wondering if anyone has figured out a way to associate a variation to a modifier default?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;For Example: Coffee&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Variations:&lt;/STRONG&gt; Small, Medium, Large&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Modifier:&lt;/STRONG&gt; Flavor pumps: One, Two, Three&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If customer selects:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Small -&amp;gt; Pump: One (Selected by default)&lt;/LI&gt;&lt;LI&gt;Medium -&amp;gt; Pump: Two (Selected by default)&lt;/LI&gt;&lt;LI&gt;Large -&amp;gt; Pump: Three (Selected by default)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;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?&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/308043"&gt;@JTPets&lt;/a&gt;&amp;nbsp;- wondering if you know of a solution?&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2026 17:20:23 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Food-Beverage/Variations-linked-to-modifiers/m-p/841916#M4259</guid>
      <dc:creator>balmonte</dc:creator>
      <dc:date>2026-05-01T17:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Variations linked to modifiers</title>
      <link>https://community.squareup.com/t5/Food-Beverage/Variations-linked-to-modifiers/m-p/841917#M4260</link>
      <description>&lt;P&gt;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:&lt;BR /&gt;&lt;STRONG&gt;Short answer: No, not natively at the variation level.&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;Modifier lists attach to the &lt;STRONG&gt;item&lt;/STRONG&gt;, not the variation. CatalogItemModifierListInfo lives on CatalogItem.modifier_list_info — there's no equivalent field on CatalogItemVariation.&lt;/P&gt;&lt;P class=""&gt;What you &lt;EM&gt;can&lt;/EM&gt; do:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;STRONG&gt;Per-modifier default&lt;/STRONG&gt;: each CatalogModifier has an on_by_default flag (item-wide, not variation-specific).&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Per-item override&lt;/STRONG&gt;: CatalogItemModifierListInfo lets you override min/max_selected_modifiers and pre-select modifier IDs via modifier_overrides — but again, item-level only.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;skip_modifier_screen&lt;/STRONG&gt; on the item auto-applies the pre-selected modifiers and skips the modifier prompt at POS.&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;STRONG&gt;Workarounds if you need per-variation defaults:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;Split into separate items (one per "variation") so each can carry its own modifier defaults — defeats the point of variations though.&lt;/LI&gt;&lt;LI&gt;Handle it client-side at order creation: detect the variation, inject the right modifier into the line item programmatically before POST /v2/orders.&lt;/LI&gt;&lt;LI&gt;Use item options instead of modifiers if the choice is structural (SKU/price impact).&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 01 May 2026 17:29:32 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Food-Beverage/Variations-linked-to-modifiers/m-p/841917#M4260</guid>
      <dc:creator>JTPets</dc:creator>
      <dc:date>2026-05-01T17:29:32Z</dc:date>
    </item>
  </channel>
</rss>

