Hi!
I have about 60 metafields for each of the products in my store. For every metafield I want to have translations into multiple languages. At the moment, I do this with Graphql mutation translationsRegister. This mutation allows only one metafield to be updated at a time. The final cost of translating all metafields for one product for one language is almost 700 points. This is very consuming of the 20000 point limit.
I’m trying to see if there is some alternative way to do this with less effort.
Thanks in advance.