GraphQL help (translations, currency/prices, inventory, bulk)

Hi,

We’re currently developing a solution connecting from ERP system to Shopify. We have come to the conclusion to switch to graphql on various tasks because of; endpoint not available in REST, lack of speed in REST.

So we are facing some beginner questions :slightly_smiling_face:

A: Translations

We need to translate products and variants through API. Is it possible to bulk this up somehow, like getting 10-.. products translating digests at a time, and using translate mutation on the 10-.. products at the same time?

B: Currency (using Markets)

We need to be able to set and update currency on product variants through API. We want to set specifik price on each currency through pricelist on product variants. How to do that for one product/variant and 7 prices/currencies at same time? And is it possible to bulk this operation to multiple product/variants?

Do we need go get and store pricelist id in some setuptable for each shop?

C: Item inventory

We need to update inventory from ERP to Shopify. How to do that, and can we just send actual inventory, and not delta value? And we would really really like some kind of bulk update on this as well.

Please supply answer even if you only feel like answering only one question. THANKS!