less than a minute read • Updated 11 minutes ago
Shipping Currency Conversion
How Foxy handles currency for shipping rates.
Overview
The integrated carriers (USPS, FedEx, UPS) return rates in USD. If your store's template set uses a different currency, Foxy automatically converts the carrier rates from USD to your template set's currency.
Rates returned from Custom Shipping Code or a Custom Shipping Endpoint are not converted. You are responsible for returning rates in the correct currency for the cart. The current cart currency is available in the shipping payload as cart.currency_code (in custom code) or within the JSON payload (for the endpoint), so you can use it to determine the right values.