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.
Argument Description
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come after the specified cursor.
before
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come before the specified cursor.
eligible
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Return only eligible or ineligible method definitions.
first
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the first n elements from the list.
last
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the last n elements from the list.
reverse
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Reverse the order of the underlying list.
Default value: false
sortKey
(
[MethodDefinitionSortKeys](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/methoddefinitionsortkeys)

)
Sort the underlying list by the given key.
Default value: ID
type
(
[DeliveryMethodDefinitionType](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverymethoddefinitiontype)

)
Return only merchant or participant method definitions.
  • 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)