You can use Corrily to set prices in specific countries. As an example, let’s say we wish to serve a local price for user coming in from Japan (Documentation Index
Fetch the complete documentation index at: https://docs.corrily.com/llms.txt
Use this file to discover all available pages before exploring further.
JP). This can be done by going to the Prices tab and setting local prices for
products in Japanese Yen (JPY).
How Corrily decides where a user is from
When calling Corrily’s API you can either:- Pass an explicit two-letter country code to the
countryparameter. - Pass an IPv4/6 address to the
ipparameter which Corrily resolves to the correct country. - Pass a
get_ip_from_request:trueparameter which lets Corrily know to find the IP address in theX-Forwarded-Forheader field.