File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
guides/v2.3/graphql/queries Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Attribute | Data Type | Description
8
8
` billing_address ` | [ BillingCartAddress] [ BillingCartAddress ] | Contains the billing address specified in the customer's cart
9
9
` email ` | String | The customer's email address
10
10
` id ` | ID! | The ID of the cart
11
- ` is_virtual ` | Boolean | Indicates whether the cart contains only virtual products
11
+ ` is_virtual ` | Boolean! | Indicates whether the cart contains only virtual products
12
12
` items ` | [[ CartItemInterface]] [ CartItemInterface ] | Contains the items in the customer's cart
13
13
` prices ` | [ CartPrices] [ CartPrices ] | Contains subtotals and totals
14
14
` selected_payment_method ` | [ SelectedPaymentMethod] [ SelectedPaymentMethod ] | Selected payment method
Original file line number Diff line number Diff line change @@ -564,7 +564,7 @@ query {
564
564
565
565
Attribute | Data Type | Description
566
566
--- | --- | ---
567
- ` cart_id ` | String | A 32-character string that is created when you [ create a cart] ( {{page.baseurl}}/graphql/mutations/create-empty-cart.html )
567
+ ` cart_id ` | String! | A 32-character string that is created when you [ create a cart] ( {{page.baseurl}}/graphql/mutations/create-empty-cart.html )
568
568
569
569
## Output attributes {#cart-output}
570
570
@@ -622,7 +622,7 @@ Attribute | Data Type | Description
622
622
--- | --- | ---
623
623
` amount ` | Money! | The cost of shipping using this shipping method
624
624
` available ` | Boolean! | Indicates whether this shipping method can be applied to the cart
625
- ` base_amount ` | Money | The base shipping cost, not including taxes or other cost adjustment. Could be null if method is not available
625
+ ` base_amount ` | Money | Deprecated. This attribute is not applicable for GraphQL
626
626
` carrier_code ` | String! | A string that identifies a commercial carrier or an offline shipping method
627
627
` carrier_title ` | String! | The label for the carrier code
628
628
` error_message ` | String | Describes an error condition
You can’t perform that action at this time.
0 commit comments