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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/_includes/graphql/cart-object-24.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ Attribute | Data Type | Description
5
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
6
`applied_reward_points`| [`RewardPointsAmount`][RewardPointsAmount] | The amount of reward points applied to the cart
7
7
`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
8
-
`available_gift_wrappings` | [GiftWrapping]! | The list of available gift wrapping options for the cart
8
+
`available_gift_wrappings` | [[GiftWrapping]][GiftWrapping]! | The list of available gift wrapping options for the cart
9
9
`available_payment_methods` | [[AvailablePaymentMethod]][AvailablePaymentMethod] | Available payment methods
10
10
`billing_address` | [BillingCartAddress][BillingCartAddress] | Contains the billing address specified in the customer's cart
11
11
`email` | String | The customer's email address
12
12
`gift_message` | [GiftMessage][GiftMessage] | A gift message added to the cart
13
13
`gift_receipt_included` | Boolean! | Indicates if the customer requested a gift receipt for the cart
14
-
`gift_wrapping` | GiftWrapping | The selected gift wrapping for the cart
14
+
`gift_wrapping` | [GiftWrapping][GiftWrapping] | The selected gift wrapping for the cart
15
15
`id` | ID! | The ID of the cart
16
16
`is_virtual` | Boolean! | Indicates whether the cart contains only virtual products
17
17
`items` | [[CartItemInterface]][CartItemInterface] | Contains the items in the customer's cart
@@ -29,6 +29,7 @@ Attribute | Data Type | Description
0 commit comments