Error message
("product_attributes.sale_price.amount_micros", "product_attributes.sale_price.currency_code"): ("SALE_PRICE", None) values are mutually mandatory
What does this error mean?
This error occurs because the fields "sale_price.amount" and "sale_price.currency" are mutually mandatory. You have provided a value for one of these fields (such as the sale price amount) but left the other one empty (the currency code).
How to solve this error
- Check both attributes: Go to your attributes mapping and review both the "sale_price.amount" and "sale_price.currency"
- Fill both or nothing: Because they are mutually dependent, you must either complete both fields with valid data or leave them both entirely blank.
- Do a push: Once you have adjusted and saved your mapping, do a push to apply your changes and send the updated product data to the marketplace.