DeliveryProfileLocationGroupZones
Lists shipping zones associated with the specified location group.
View-Specific Information
Select
The add-in uses the Shopify API to process WHERE clause conditions built with the following column and operators. The add-in processes other filters client-side within the add-in.
- 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 | The globally unique identifier of the delivery profile location group zone. | |
| LocationGroupId [KEY] | String | The globally unique identifier of the location group associated with this zone. | |
| DeliveryProfileId | String | The globally unique identifier of the delivery profile associated with this zone. | |
| Name | String | The display name of the zone. | |
| MethodDefinitionCountsParticipantDefinitionsCount | Int | The number of participant method definitions configured for this zone. | |
| MethodDefinitionCountsRateDefinitionsCount | Int | The number of merchant-defined rate method definitions configured for this zone. |