Skip to content
Guides
API reference
stable

List countries

Lists the countries the store ships to. First step of an address form.

GET/v1/geo/countries

Lists 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.

Formatint32

Response 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"  }]