A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi everyone,
We are a supplier that pushes product and product prices to merchant's Shopify store. The currency default used by us is USD, however we notice that for some international sellers, they are using CAD or other currency. When we push the product price to Shopify store, we notice that Shopify doesn't covert the currency to the ones in the merchant's store. Is there something in the API that we are missing?
We were hoping to attach a param when pushing price to Shopify (i.e. currency: USD) via API so that Shopify can automatically convert it to the currency used by the seller's store. Is this something available already?
Thanks in advance