DeliveryProfileLocationGroupCountries
Lists countries already selected in any zone for the specified location group.
View-Specific Information
Select
The connector processes all filters client-side within the connector. The following query is the only one processed server-side:
SELECT * FROM DeliveryProfileLocationGroupCountries
Columns
| Name | Type | References | Description |
| CountryId [KEY] | String | A globally-unique ID. | |
| LocationGroupId [KEY] | String | A globally-unique ID. | |
| DeliveryProfileId | String | The ID of the DeliveryProfile to return. | |
| Zone | String | The name of the shipping zone. | |
| CountryName | String | The full name of the country. | |
| CountryTranslatedName | String | The translated name of the country. The translation returned is based on the system's locale. | |
| CountryCodeCountryCode | String | The country code in the ISO 3166-1 alpha-2 format. | |
| CountryCodeRestOfWorld | Bool | Whether the country is a part of the 'Rest of World' shipping zone. |