Country/State Code API
Retrieve country list
Returns list of countries and states that are accepted by the Printful.
get/countries
Response
OK
Example response
{
"code": 200,
"result": [
{
"code": "Australia",
"name": "AU",
"states": [
{
"code": "ACT",
"name": "Australian Capital Territory"
}
],
"region": "oceania"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.