---
title: DeliveryWeightBasedRateGroupConnection - GraphQL Admin
description: >-
  An auto-generated type for paginating through multiple
  DeliveryWeightBasedRateGroups.
api_version: 2026-07
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/latest/connections/DeliveryWeightBasedRateGroupConnection
  md: >-
    https://shopify.dev/docs/api/admin-graphql/latest/connections/DeliveryWeightBasedRateGroupConnection.md
api_name: admin
api_type: graphql
type: connection
metadata:
  domain: admin
---

# Delivery​Weight​Based​Rate​Group​Connection

connection

An auto-generated type for paginating through multiple DeliveryWeightBasedRateGroups.

## Fields with this connection

* [Delivery​Weight​Based​Option​Definition.rateGroups](https://shopify.dev/docs/api/admin-graphql/latest/objects/DeliveryWeightBasedOptionDefinition#field-DeliveryWeightBasedOptionDefinition.fields.rateGroups)

  OBJECT

  A shipping option with rates based on package weight.

  Rates contain tiers that define package-weight thresholds. Checkout selects the appropriate tier using the package weight of the shipping allocation, or the combined package weight when allocations are grouped for weight conditions.

***

## Possible returns

* edges

  [\[Delivery​Weight​Based​Rate​Group​Edge!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/DeliveryWeightBasedRateGroupEdge)

  non-null

  The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.

* nodes

  [\[Delivery​Weight​Based​Rate​Group!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/DeliveryWeightBasedRateGroup)

  non-null

  A list of nodes that are contained in DeliveryWeightBasedRateGroupEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.

* page​Info

  [Page​Info!](https://shopify.dev/docs/api/admin-graphql/latest/objects/PageInfo)

  non-null

  An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.

***

## Map

### Fields with this connection

* [Delivery​Weight​Based​Option​Definition.rateGroups](https://shopify.dev/docs/api/admin-graphql/latest/objects/DeliveryWeightBasedOptionDefinition#field-DeliveryWeightBasedOptionDefinition.fields.rateGroups)

### Possible returns

* [Delivery​Weight​Based​Rate​Group​Connection.edges](https://shopify.dev/docs/api/admin-graphql/latest/connections/DeliveryWeightBasedRateGroupConnection#returns-edges)
* [Delivery​Weight​Based​Rate​Group​Connection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/DeliveryWeightBasedRateGroupConnection#returns-nodes)
* [Delivery​Weight​Based​Rate​Group​Connection.pageInfo](https://shopify.dev/docs/api/admin-graphql/latest/connections/DeliveryWeightBasedRateGroupConnection#returns-pageInfo)
