← All disapproval codes
warning 180

Inconsistent currencies across price fields

What this means

Your row has price and sale_price (or another price field) using different currencies. Pinterest still ingests but flags the inconsistency because it confuses shoppers and breaks bid pacing.

Why this happens

A common pattern is price set in USD while sale_price falls back to a localized value in a different currency. It can also happen when migrating between platforms and the sale_price column inherits a stale currency tag.

How to fix it

  1. Audit price, sale_price, and any cost_of_goods_sold or unit_price fields.
  2. Force every monetary column on a row to share the same ISO currency code.
  3. If sale_price is meant to be in a different market, move it into a country-specific data source.
  4. Add a validation rule to your feed pipeline that fails the export if currencies disagree per row.
  5. Re-upload and clear warning 180.

Common pitfalls