A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi all,
I hope that I am not the only one with this problem.
I have an app that works with the CarrierService API. When a merchant is using the app but does also has Markets enabled (including different currencies) the API input does only provide the Shop currency.
So for an example, my shop currency is EUR, but Swedish clients can pay in SEK. Now the input that Shopify provides me in the API is 'EUR', because Shopify does the conversion.
Is it somehow possible to add both the Shop Currency and the Checkout Currency so that I am able to provide the SEK prices myself instead of using the conversion mechanism of Shopify.
Perhaps this can be a nice addition in future API versions.
Thanks in advance!