← All disapproval codes
critical 13017

Error 13017 — Inconsistent product information

What this means

Different fields in your listing contradict each other — title says 'Black' but color attribute says 'White', or weight in description doesn't match shipping_weight.

Why this happens

Disconnected feed pipelines where product_data lives in one system and titles/descriptions in another, getting out of sync.

How to fix it

  1. Audit your feed for cross-field consistency: title attributes match structured fields.
  2. Color, size, weight, dimensions should all agree across attributes and copy.
  3. Build a validation step pre-submission to catch contradictions.

Common pitfalls