DeliveryProfileLocationGroupCountries
Lists countries already selected in any zone for the specified location group.
View-Specific Information
Select
The driver processes all filters client-side within the driver. The following query is the only one processed server-side:
SELECT * FROM DeliveryProfileLocationGroupCountries
Columns
| Name | Type | References | Description |
| CountryId [KEY] | String | The globally unique identifier of the country associated with the delivery profile location group. | |
| LocationGroupId [KEY] | String | The globally unique identifier of the location group within the delivery profile. | |
| DeliveryProfileId | String | The globally unique identifier of the delivery profile that this country belongs to. | |
| Zone | String | The name of the shipping zone that includes this country. | |
| CountryName | String | The full name of the country included in the delivery profile's location group (for example, 'Canada' or 'United States'). | |
| CountryTranslatedName | String | The translated name of the country, based on the system's locale. | |
| CountryCodeCountryCode | String | The two-letter country code in ISO 3166-1 alpha-2 format. | |
| CountryCodeRestOfWorld | Bool | Indicates whether the country is included in the 'Rest of World' shipping zone. |