Is there a way I can manually set currency exchange rates if I don’t use shopify payments? I need to have a fixed exchange rate for my customers in a certain country.
Create a custom script or use a third-party service to convert currency and manually update prices in your Shopify store:
- Access the Shopify API to retrieve your store’s pricing data
- Use a service or an API to retrieve the current exchange rate for the desired currency
- Use the retrieved exchange rate to convert the pricing data in your store
- Update the pricing data in your store using the Shopify API
Another way is to manually check the exchange rate from the provider you are using or from any website or bank, and then you can use bulk editing to change the price in your store.
It’s important to note that these methods require constant maintenance to ensure that your prices are up-to-date and accurate.