DeliveryProfileLocationGroup object

Links a location group with zones associated to a delivery profile.

On this page

Connections

  • locationGroupZones ([DeliveryLocationGroupZoneConnection!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverylocationgroupzone))
    The applicable zones associated to a location group and 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.
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
  • Fields

  • countriesInAnyZone ([[DeliveryCountryAndZone!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverycountryandzone))
    The countries already selected in any zone for the given location group and profile.
  • locationGroup ([DeliveryLocationGroup!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverylocationgroup))
    The location group associated to a delivery profile.

Types that return DeliveryProfileLocationGroup

  • [DeliveryProfile.profileLocationGroups](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprofile#profilelocationgroups-2021-01)