CartDeliveryGroup object

Information about the options available for one or more line items to be delivered to a specific address.

Fields

  • cartLines ([CartLine!] !)

    A list of cart lines for the delivery group.

  • deliveryAddress ( MailingAddress)

    The destination address for the delivery group.

  • deliveryOptions ([CartDeliveryOption!] !)

    The delivery options available for the delivery group.

  • id ( ID!)

    Unique identifier for the delivery group.

  • selectedDeliveryOption ( CartDeliveryOption)

    Information about the delivery option the buyer has selected.

Types that return CartDeliveryGroup