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

Commit 7247ea9

Browse files
authored
Merge pull request #2465 from magento-commerce/kh_issue-9052
GraphQL: Remove field from cart query example
2 parents cf3f728 + 85ac340 commit 7247ea9

File tree

1 file changed

+1
-3
lines changed
  • src/guides/v2.4/graphql/queries

1 file changed

+1
-3
lines changed

src/guides/v2.4/graphql/queries/cart.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ The following query shows the status of a cart that is ready to be converted int
5757
label
5858
}
5959
telephone
60-
pickup_location_code
6160
available_shipping_methods {
6261
amount {
6362
currency
@@ -160,7 +159,6 @@ The following query shows the status of a cart that is ready to be converted int
160159
"label": "US"
161160
},
162161
"telephone": "(555) 229-3326",
163-
"pickup_location_code": "txspeqs",
164162
"available_shipping_methods": [
165163
{
166164
"amount": {
@@ -799,8 +797,8 @@ Attribute | Data Type | Description
799797
`cart_items` | [[CartItemQuantity]](#CartItemQuantity) | Deprecated. Use `cart_items_v2` instead
800798
`cart_items_v2` | [CartItemInterface] | An array that lists the items in the cart
801799
`items_weight` | Float | Deprecated. This attribute is not applicable for GraphQL
802-
`selected_shipping_method` | [SelectedShippingMethod](#SelectedShippingMethod) | An object that describes the selected shipping method
803800
`pickup_location_code` | String | The code of the in-store pickup location where the customer will receive the order
801+
`selected_shipping_method` | [SelectedShippingMethod](#SelectedShippingMethod) | An object that describes the selected shipping method
804802

805803
## Related topics
806804

0 commit comments

Comments
 (0)