Skip to main content
object

Groups cart line items that share the same delivery destination. Each group provides the available CartDeliveryOption choices for that address, along with the customer's selected option.

Access through the Cart object's deliveryGroups field. Items are grouped by merchandise type (one-time purchase vs subscription), allowing different delivery methods for each.

•BaseCartLineConnection!
non-null

A list of cart lines for the delivery group.

Arguments

•Int

Returns up to the first n elements from the list.

•String

Returns the elements that come after the specified cursor.

•Int

Returns up to the last n elements from the list.

•String

Returns the elements that come before the specified cursor.

•Boolean
Default:false

Reverse the order of the underlying list.


•MailingAddress!
non-null

The destination address for the delivery group.

•[CartDeliveryOption!]!
non-null

The delivery options available for the delivery group.

•CartDeliveryGroupType!
non-null

The type of merchandise in the delivery group.

•ID!
non-null

The ID for the delivery group.

Anchor to selectedDeliveryOptionselectedDeliveryOption
•CartDeliveryOption

The selected delivery option for the delivery group.


Was this section helpful?