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
country
parameter. - Pass an IPv4/6 address to the
ip
parameter which Corrily resolves to the correct country. - Pass a
get_ip_from_request:true
parameter which lets Corrily know to find the IP address in theX-Forwarded-For
header field.