← All disapproval codes
warning missing item_group_id (variants)

Variants missing item_group_id

What this means

Without item_group_id, Meta treats each variant as a separate product instead of rolling them up. Conversion suffers because shoppers don't see the variant picker on Shop pages.

Why this happens

Variant exports don't tag the parent grouping ID; Meta sees N independent products instead of one product with N variants.

How to fix it

  1. Set item_group_id on every variant — same value across siblings (often the parent SKU).
  2. Each variant still keeps its own unique id.
  3. Apparel especially needs this — without it, color/size pickers won't render.

Common pitfalls