Hello,
our shop has a Metafield of type Money. We want to have market-specific values for this, but when trying to save the value of this metafield for another market, the app shows an error:
Market Localizable content is invalid
After checking the network request tab in chromes devtools , I have figured out that this issue relates to the missing “currency_code” in the request.
Payload contains following:
{\"amount\":\"12\",\"currency_code\":\"undefined\"}
Is it a known limitation that there is no UI to choose the “currency_code”?