You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`applied_coupon` | [`AppliedCoupon`][AppliedCoupon] | Deprecated. Use `applied_coupons` instead
4
+
`applied_coupons` | [[`AppliedCoupon`]][AppliedCoupon] | An array of `AppliedCoupon` objects. Each object contains the `code` text attribute, which specifies the coupon code
5
+
`applied_gift_cards` | [[`AppliedGiftCard`]][AppliedGiftCard] | An array of `AppliedGiftCard` objects. An `AppliedGiftCard` object contains the `code` text attribute, which specifies the gift card code. `applied_gift_cards` is a Commerce-only attribute, defined in the GiftCardAccountGraphQl module
6
+
`applied_store_credit` | [`AppliedStoreCredit`][AppliedStoreCredit] | Contains store credit information applied to the cart. `applied_store_credit` is a Commerce-only attribute, defined in the CustomerBalanceGraphQl module
7
+
`available_payment_methods` | [[AvailablePaymentMethod]][AvailablePaymentMethod] | Available payment methods
8
+
`billing_address` | [BillingCartAddress][BillingCartAddress] | Contains the billing address specified in the customer's cart
9
+
`email` | String | The customer's email address
10
+
`gift_message` | [`GiftMessage`][GiftMessage] | Contains the entered gift message for the cart
11
+
`id` | ID! | The ID of the cart
12
+
`is_virtual` | Boolean! | Indicates whether the cart contains only virtual products
13
+
`items` | [[CartItemInterface]][CartItemInterface] | Contains the items in the customer's cart
14
+
`prices` | [CartPrices][CartPrices] | Contains subtotals and totals
The `SelectedPaymentMethod` object can contain the following attributes.
754
798
755
-
Attribute | Data Type | Description
799
+
Attribute | Data Type | Description
756
800
--- | --- | ---
757
801
`code` | String! | The payment method code
758
802
`purchase_order_number` | String | The purchase order number
@@ -762,7 +806,7 @@ Attribute | Data Type | Description
762
806
763
807
The `SelectedShippingMethod` object can contain the following attributes.
764
808
765
-
Attribute | Data Type | Description
809
+
Attribute | Data Type | Description
766
810
--- | --- | ---
767
811
`amount` | Money! | The cost of shipping using this shipping method
768
812
`base_amount` | Money | Deprecated. This attribute is not applicable for GraphQL
@@ -775,7 +819,7 @@ Attribute | Data Type | Description
775
819
776
820
The `ShippingCartAddress` object implements [`CartAddressInterface`](#CartAddressInterface). It can also contain the following attributes.
777
821
778
-
Attribute | Data Type | Description
822
+
Attribute | Data Type | Description
779
823
--- | --- | ---
780
824
`available_shipping_methods` | [[AvailableShippingMethod]](#AvailableShippingMethod) | An array that lists the shipping methods that can be applied to the cart
781
825
`cart_items` | [[CartItemQuantity]](#CartItemQuantity) | Deprecated. Use `cart_items_v2` instead
0 commit comments