← All disapproval codes
critical 6393640

How to fix: Reused value [id]

What this means

A product ID was previously used for a different product in the feed; IDs must be permanent and unique per product.

Why this happens

Product identifiers (GTIN, MPN, brand) anchor Google's matching of your product to its catalog. Issues here typically come from non-numeric characters in GTIN, mismatched UPC vs EAN length, brand-GTIN ownership conflicts in GS1's database, or duplicate GTINs across multiple SKUs.

How to fix it

  1. Verify the GTIN ownership using GS1 GEPIR — confirms which brand legitimately owns the code (https://gepir.gs1.org).
  2. Strip all non-numeric characters from GTIN values: no dashes, no letters, no spaces.
  3. UPC = 12 digits, EAN-13 = 13 digits, ISBN-13 = 13 digits starting with 978/979.
  4. If the product is private-label without a real GTIN, request a GTIN exemption rather than fabricating one.
  5. Re-upload your corrected feed; new identifiers take 24–72 hours to propagate.

Common pitfalls