Clarification about creating a new mapping

chandan.k
chandan.k Spryker Solution Partner Posts: 6 🧑🏻‍🚀 - Cadet

Hey

We already have a mapping(for products -OOTB) from sku→id_product_concrete/id_product_abstract and if we want to have one more mapping for product name→id_product_concrete/id_product_abstract,

How can this be achieved without overriding the product storage module class,creating a new parameter mapping like name:id_product_abstract or name:sku doesn't seems to be perfect as it throws schema validation error.