public static class Storefront.CartDeliveryGroupQuery extends Query<Storefront.CartDeliveryGroupQuery>
| Modifier and Type | Class and Description |
|---|---|
class |
Storefront.CartDeliveryGroupQuery.CartLinesArguments |
static interface |
Storefront.CartDeliveryGroupQuery.CartLinesArgumentsDefinition |
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.CartDeliveryGroupQuery |
cartLines(Storefront.CartDeliveryGroupQuery.CartLinesArgumentsDefinition argsDef,
Storefront.CartLineConnectionQueryDefinition queryDef)
A list of cart lines for the delivery group.
|
Storefront.CartDeliveryGroupQuery |
cartLines(Storefront.CartLineConnectionQueryDefinition queryDef)
A list of cart lines for the delivery group.
|
Storefront.CartDeliveryGroupQuery |
deliveryAddress(Storefront.MailingAddressQueryDefinition queryDef)
The destination address for the delivery group.
|
Storefront.CartDeliveryGroupQuery |
deliveryOptions(Storefront.CartDeliveryOptionQueryDefinition queryDef)
The delivery options available for the delivery group.
|
Storefront.CartDeliveryGroupQuery |
id()
The ID for the delivery group.
|
Storefront.CartDeliveryGroupQuery |
selectedDeliveryOption(Storefront.CartDeliveryOptionQueryDefinition queryDef)
The selected delivery option for the delivery group.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.CartDeliveryGroupQuery cartLines(Storefront.CartLineConnectionQueryDefinition queryDef)
public Storefront.CartDeliveryGroupQuery cartLines(Storefront.CartDeliveryGroupQuery.CartLinesArgumentsDefinition argsDef, Storefront.CartLineConnectionQueryDefinition queryDef)
public Storefront.CartDeliveryGroupQuery deliveryAddress(Storefront.MailingAddressQueryDefinition queryDef)
public Storefront.CartDeliveryGroupQuery deliveryOptions(Storefront.CartDeliveryOptionQueryDefinition queryDef)
public Storefront.CartDeliveryGroupQuery id()
public Storefront.CartDeliveryGroupQuery selectedDeliveryOption(Storefront.CartDeliveryOptionQueryDefinition queryDef)