This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/guides/v2.4/graphql/queries Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ The following query shows the status of a cart that is ready to be converted int
57
57
label
58
58
}
59
59
telephone
60
- pickup_location_code
61
60
available_shipping_methods {
62
61
amount {
63
62
currency
@@ -160,7 +159,6 @@ The following query shows the status of a cart that is ready to be converted int
160
159
"label" : " US"
161
160
},
162
161
"telephone" : " (555) 229-3326" ,
163
- "pickup_location_code" : " txspeqs" ,
164
162
"available_shipping_methods" : [
165
163
{
166
164
"amount" : {
@@ -799,8 +797,8 @@ Attribute | Data Type | Description
799
797
` cart_items ` | [[ CartItemQuantity]] ( #CartItemQuantity ) | Deprecated. Use ` cart_items_v2 ` instead
800
798
` cart_items_v2 ` | [ CartItemInterface] | An array that lists the items in the cart
801
799
` 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
803
800
` 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
804
802
805
803
## Related topics
806
804
You can’t perform that action at this time.
0 commit comments