← All disapproval codes
critical duplicate id

Duplicate product ID

What this means

Two or more products in your catalog share the same id. Meta keeps the first and disapproves the rest.

Why this happens

Variant exports that don't differentiate ids by color/size, or feed deduplication misconfiguration.

How to fix it

  1. Make every id unique across the catalog. Append variant attributes to differentiate.
  2. Audit the feed before submission — flag duplicate id rows for fix.
  3. Use item_group_id (not id) to indicate variant grouping.

Common pitfalls