Error message
('product_attributes.sale_price.amount_micros', 'product_attributes.sale_price.currency_code'): (None, 'EUR') values are mutually mandatory
What does this error mean?
The sale price amount and currency code must both be present for the price to be valid. Values are mutually mandatory
How to solve this error
- If you want to configure a promotional price : Map the "product_attributes.sale_price.amount_micros" attribute with the catalogue field containing the promotional price. And map the related currency attribute "product_attributes.sale_price.currency_code"
- If you DO NOT want to configure a promotional price: If no discount is available, unmap both "product_attributes.sale_price.currency_code" and "product_attributes.sale_price.amount_micro".