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
794
755
-
Attribute | Data Type | Description
795
+
Attribute | Data Type | Description
756
796
--- | --- | ---
757
797
`code` | String! | The payment method code
758
798
`purchase_order_number` | String | The purchase order number
@@ -762,7 +802,7 @@ Attribute | Data Type | Description
762
802
763
803
The `SelectedShippingMethod` object can contain the following attributes.
764
804
765
-
Attribute | Data Type | Description
805
+
Attribute | Data Type | Description
766
806
--- | --- | ---
767
807
`amount` | Money! | The cost of shipping using this shipping method
768
808
`base_amount` | Money | Deprecated. This attribute is not applicable for GraphQL
@@ -775,7 +815,7 @@ Attribute | Data Type | Description
775
815
776
816
The `ShippingCartAddress` object implements [`CartAddressInterface`](#CartAddressInterface). It can also contain the following attributes.
777
817
778
-
Attribute | Data Type | Description
818
+
Attribute | Data Type | Description
779
819
--- | --- | ---
780
820
`available_shipping_methods` | [[AvailableShippingMethod]](#AvailableShippingMethod) | An array that lists the shipping methods that can be applied to the cart
781
821
`cart_items` | [[CartItemQuantity]](#CartItemQuantity) | Deprecated. Use `cart_items_v2` instead
0 commit comments