DeliveryLocationGroupZone object
Links a location group and zone with the associated method definitions in a delivery profile.
On this page
Connections
- methodDefinitions (
[DeliveryMethodDefinitionConnection!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverymethoddefinition)
)
The method definitions associated to a zone and location group in a delivery profile.
Fields
- methodDefinitionCounts (
[DeliveryMethodDefinitionCounts!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverymethoddefinitioncounts)
)
The number of method definitions in this zone. - zone (
[DeliveryZone!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryzone)
)
The zone associated to a location group in a delivery profile.
Types that return DeliveryLocationGroupZone
[DeliveryProfileLocationGroup.locationGroupZones](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprofilelocationgroup#locationgroupzones-2021-01)
An auto-generated type for paginating through multiple DeliveryLocationGroupZones.
On this page
Fields
- edges (
[[DeliveryLocationGroupZoneEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverylocationgroupzone)
)
A list of edges. - pageInfo (
[PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo)
)
Information to aid in pagination.
An auto-generated type which holds one DeliveryLocationGroupZone and a cursor during pagination.
On this page
Fields
- cursor (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
A cursor for use in pagination. - node (
[DeliveryLocationGroupZone!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverylocationgroupzone)
)
The item at the end of DeliveryLocationGroupZoneEdge.
Types that return DeliveryLocationGroupZoneEdge
[DeliveryLocationGroupZoneConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverylocationgroupzone#edges-2021-01)