| country_id | integer The internal ID for this country |
| name_cnt | string The full name of this country |
| enabled | boolean True to enable this on your store. |
| iso2_cnt | string The 2 character code for this country. |
| iso3_cnt | string The 3 character code for this country. |
| vat_rate | number VAT rate by country, custom to this country. |
| stripe_taxrate_id | string Stripe ID to link to your Stripe account tax rate. |
| vat_b2b_enabled | boolean Should VAT be charged for businesses in this country. |
{- "country_id": 0,
- "name_cnt": "string",
- "enabled": true,
- "iso2_cnt": "string",
- "iso3_cnt": "string",
- "vat_rate": 0,
- "stripe_taxrate_id": "string",
- "vat_b2b_enabled": true
}This allows you to get a list of countries
Successful operation
Unauthorized
[- {
- "country_id": 0,
- "name_cnt": "string",
- "enabled": true,
- "iso2_cnt": "string",
- "iso3_cnt": "string",
- "vat_rate": 0,
- "stripe_taxrate_id": "string",
- "vat_b2b_enabled": true
}
]This allows you to add a new country
Submit any or all elements to add a new country.
Successful operation
Unauthorized
{- "name_cnt": "string",
- "enabled": true,
- "iso2_cnt": "string",
- "iso3_cnt": "string",
- "vat_rate": 0,
- "stripe_taxrate_id": "string",
- "vat_b2b_enabled": true
}{- "country_id": 0,
- "name_cnt": "string",
- "enabled": true,
- "iso2_cnt": "string",
- "iso3_cnt": "string",
- "vat_rate": 0,
- "stripe_taxrate_id": "string",
- "vat_b2b_enabled": true
}This allows you to get a country from your store by country ID
Successful operation
Unauthorized
{- "country_id": 0,
- "name_cnt": "string",
- "enabled": true,
- "iso2_cnt": "string",
- "iso3_cnt": "string",
- "vat_rate": 0,
- "stripe_taxrate_id": "string",
- "vat_b2b_enabled": true
}This allows you to update a country
Submit any or all elements to update the country.
Successful operation
Unauthorized
{- "name_cnt": "string",
- "enabled": true,
- "iso2_cnt": "string",
- "iso3_cnt": "string",
- "vat_rate": 0,
- "stripe_taxrate_id": "string",
- "vat_b2b_enabled": true
}{- "country_id": 0,
- "name_cnt": "string",
- "enabled": true,
- "iso2_cnt": "string",
- "iso3_cnt": "string",
- "vat_rate": 0,
- "stripe_taxrate_id": "string",
- "vat_b2b_enabled": true
}This allows you to delete a country from your store
Successful operation
Unauthorized
{- "country_id": 0,
- "name_cnt": "string",
- "enabled": true,
- "iso2_cnt": "string",
- "iso3_cnt": "string",
- "vat_rate": 0,
- "stripe_taxrate_id": "string",
- "vat_b2b_enabled": true
}