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

Commit 52d096c

Browse files
committed
GraphQL #895
1 parent 2944055 commit 52d096c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/graphql/cart-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +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
10+
`is_virtual` | Boolean | Indicates whether the cart contains only virtual products
1111
`items` | [[CartItemInterface]][CartItemInterface] | Contains the items in the customer's cart
1212
`prices` | [CartPrices][CartPrices] | Contains subtotals and totals
1313
`selected_payment_method` | [SelectedPaymentMethod][SelectedPaymentMethod] | Selected payment method

0 commit comments

Comments
 (0)