Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi,
I have a sales channel app and we have webhooks to sync products and orders with our store. We recently had a merchant from Australia install our app and now we have to deal with this currency difference. We are currently only using USD because that's the currency we use in our store. Is there a way to have the product_listings/add and product_listings/update webhooks come with the currency always converted to USD?
We do not want to make the conversion in our own platform if possible to avoid any possible discrepancy in prices.
What does Shopify offer in this product_listings api to get converted currencies?