Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 2944055

Browse files
committed
GraphQL #895
1 parent d2149a0 commit 2944055

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_includes/graphql/cart-object.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Attribute | Data Type | Description
77
`available_payment_methods` | [[AvailablePaymentMethod]][AvailablePaymentMethod] | Available payment methods
88
`billing_address` | [BillingCartAddress][BillingCartAddress]! | Contains the billing address specified in the customer's cart
99
`email` | String | The customer's email address
10+
`is_virtual` | Boolean | Indicates whether the cart contains a virtual product
1011
`items` | [[CartItemInterface]][CartItemInterface] | Contains the items in the customer's cart
1112
`prices` | [CartPrices][CartPrices] | Contains subtotals and totals
1213
`selected_payment_method` | [SelectedPaymentMethod][SelectedPaymentMethod] | Selected payment method

0 commit comments

Comments
 (0)