Products with Different Typologies in the Same Category
Having products with different typologies in the same category is a common support topic. This guide explains how to handle such cases.
Example: Shirts with Size and Color
Let’s say you sell shirts with Size and Color attributes.
Your product combinations in PrestaShop would look like this:
In your profile settings, you map these attributes to Amazon fields:
Problem: Some products don't have all attributes
For example, "one-size" shirts might not have a size attribute. This causes a mismatch, and the module won't export those products.
Solution 1: Use a default value
If the Amazon product type allows a default value, you can simply use "Unique" or similar for Size:
Solution 2: Create a separate category and profile
If the Amazon type only allows a closed list of values (no custom value like "Unique"), do the following:
- Create a subcategory for products without Size/Color.
- Move affected products to this subcategory.
- Create a separate profile just for this subcategory.
This way, each profile will match the product structure, and all products can be exported properly.
Updated on: 29/07/2025
Thank you!