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

Commit c98797b

Browse files
authored
Removed deprecated field in graphql query (#6803)
1 parent 964edbf commit c98797b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/guides/v2.3/graphql/queries/customer.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ The following call returns information about the logged-in customer. Provide the
3737
region {
3838
region_code
3939
region
40-
region_id
4140
}
4241
postcode
4342
country_code
@@ -68,8 +67,7 @@ The following call returns information about the logged-in customer. Provide the
6867
"city": "Anytown",
6968
"region": {
7069
"region_code": "MI",
71-
"region": "Michigan",
72-
"region_id": 33
70+
"region": "Michigan"
7371
}
7472
"postcode": "78758",
7573
"country_code": "US",

0 commit comments

Comments
 (0)