DeliveryProfileLocationGroupZones
Shows shipping zones defined for a given location group within a delivery profile.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following column and operators. The connector processes other filters client-side within the connector.
- DeliveryProfileId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM DeliveryProfileLocationGroupZones WHERE DeliveryProfileId = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A unique identifier for the delivery profile location group zone record. | |
| LocationGroupId [KEY] | String | The unique identifier of the location group associated with this shipping zone within the delivery profile. | |
| DeliveryProfileId | String | The unique identifier of the delivery profile that defines this shipping zone. | |
| Name | String | The display name of the shipping zone, as defined in the delivery profile. | |
| MethodDefinitionCountsParticipantDefinitionsCount | Int | The total number of carrier-participant shipping method definitions available for this zone. | |
| MethodDefinitionCountsRateDefinitionsCount | Int | The total number of merchant-defined shipping rate method definitions configured for this zone. |