Regions
Returns the list of regions (states or provinces) optionally filtered by Country. The list might include only the regions for the countries where specifying a region in address is mandatory (IsStateMandatory = true).
Method/URL
https://{server_name}/Browsing/Regions
Parameters
Request
Parameter Name | Type | Description | Mandatory |
|---|---|---|---|
| String | 2-char ISO country code. If not specified, all the countries supported by the Merchant will be returned | No |
| String | ISO culture code. If specified, the textual properties (i.e. Name) will be returned in the requested culture’s language. Texts in English will be returned by default for the regions where the texts for the requested culture are unavailable or if the | No |
Response
Parameter Name | Type | Description | Mandatory |
|---|---|---|---|
| List of | Returns the list of regions (states or provinces), list of Region objects. |