Mercado LibreCriticalPublication rejected for the whole variant group

How to Fix “Combinación de variantes no válida para la categoría” in Mercado Libre

Each category allows a specific set of variation attributes — commonly colour and size. Sending an unsupported axis, or duplicated combinations, invalidates the whole listing.

Free, no signup

Scan your feed for this error for free

Paste your product feed URL (XML, CSV or JSON). The audit checks Combinación de variantes no válida para la categoría along with 25+ other pre-channel rules.

Why this happens

Technical root cause

Store catalogs allow arbitrary option names such as material, flavour or pack size. Mercado Libre rejects axes its category does not define, and it also rejects two variants that resolve to the same combination.

Mercado Libre Marketplace reports it as Combinación de variantes no válida para la categoría and applies: Publication rejected for the whole variant group.

Native CMS friction

  • Shopify

    Up to three free-text option names per product, none of them validated against a marketplace taxonomy.

  • VTEX

    SKU specifications can combine many axes, producing combinations no marketplace category accepts.

  • WooCommerce

    Global and per-product attributes mix freely, so identical combinations appear under different labels.

Fixing it manually

  1. 1

    Check which variation attributes the target category allows.

  2. 2

    Keep only those axes on the listing and deduplicate combinations.

  3. 3

    Publish unsupported axes as separate listings instead of variants.

  4. 4

    Ensure each variation has its own stock, price and picture.

The IRONFEED automated solution

One rule, applied to every product on every export. No spreadsheets, no re-uploads.

Rule syntax
IF variation_axes NOT SUBSET allowed_axes(category_id)
  SPLIT product BY unsupported_axis INTO separate listings
  ELSE DEDUPLICATE variations BY (color, size)

Run automatic linter checks before Mercado Libre Marketplace crawls your feed. IRONFEED validates every export against the channel spec, so this error is caught in Feed Review instead of in your channel dashboard.

Attribute requirements

Mercado Libre Marketplace attribute requirements for Combinación de variantes no válida para la categoría and the matching IRONFEED transformation
AttributeMercado Libre requirementAccepted formatIRONFEED transformation
variationsAxes must be allowed by the categoryAttribute combinations with stock and price per rowVariant matrix splitter plus deduplication
picture per variationRequired when colour is an axisOne image URL per colourImage assigned from the variant's own asset

Frequently asked questions

No. Only category-defined axes are accepted; anything else needs its own listing.

New listings start fresh. Split only where the category leaves no alternative.

Related Feed Issues & Fixes

Other critical errors affecting catalog performance on Google, Meta, TikTok, and Mercado Libre.