API Documentation
Products - Getting Supported Shipping Countries
You can retrieve a list of supported shipping-to countries from the Gooten API.
This request yields following response:
{
"Countries": [
[...]
{
"Name": "United States",
"Code": "US",
"IsSupported": true,
"MeasurementCode": "INCH",
"FlagUrl": "http://app-imgs.print.io/app-imgs/US.png",
"DefaultCurrency": {
"Name": "United States dollar",
"Code": "USD",
"Format": "${1}"
}
}
[...]
]
}