API reference
List countries
Lists the countries the store ships to. First step of an address form.
GET
/v1/geo/countriesLists the countries the store ships to. First step of an address form.
Query Parameters
search?string
Free-text filter. Which fields it covers depends on the resource.
limit?integer
Maximum number of results to return.
Format
int32Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/geo/countries"[ { "code": "string", "name": "string" }]