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.
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
Check which variation attributes the target category allows.
- 2
Keep only those axes on the listing and deduplicate combinations.
- 3
Publish unsupported axes as separate listings instead of variants.
- 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.
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
| Attribute | Mercado Libre requirement | Accepted format | IRONFEED transformation |
|---|---|---|---|
variations | Axes must be allowed by the category | Attribute combinations with stock and price per row | Variant matrix splitter plus deduplication |
picture per variation | Required when colour is an axis | One image URL per colour | Image assigned from the variant's own asset |
Frequently asked questions
Related Feed Issues & Fixes
Other critical errors affecting catalog performance on Google, Meta, TikTok, and Mercado Libre.
Moneda no coincide con el site local de Mercado Libre
Regional sellers keep one base currency internally and expect conversion at publish time. The integration passes the base amount through, and locale formatting adds separators the API does not accept.
View Fix & RuleFaltan atributos obligatorios de ficha técnica
Mandatory attributes are category-specific and identified by codes such as BRAND and MODEL. Store catalogs keep the same information in free-text fields or in the title, so no value maps to the expected attribute code.
View Fix & RuleMissing value [color] / [size] / [age_group] / [gender]
Variant options are free-text in every storefront. One catalog has Colour, another Color, a third stores the shade inside the title, and none of them carry age_group or gender at all.
View Fix & RuleLooking for a different error?