← All disapproval codes
warning SALE_PRICE_NOT_LOWER_THAN_REGU

Sale price not lower than regular price

What this means

CAT_SALE_PRICE_EQUAL_OR_GREATER_THAN_PRICE is returned when sale_price is greater than or equal to price. Snap suppresses misleading sale labeling, so the sale value must always be strictly lower than the regular value.

Why this happens

Snap Catalog Manager's product schema has format and value rules per attribute. This issue is typically: missing a required attribute for the category, an invalid enum value (e.g., 'XL' submitted where 'M, L, XL' is the valid set), out-of-range numbers, or attributes that conflict across the feed.

How to fix it

  1. Look up the affected attribute in Snap Catalog Manager's product data spec.
  2. Check whether the attribute is REQUIRED vs RECOMMENDED for your product category.
  3. For enum-style attributes (gender, age_group, condition), use ONLY documented values exactly (case-sensitive).
  4. For free-text attributes, stay within the character limit and avoid promotional language.
  5. Re-submit and check the next processing cycle.

Common pitfalls