diff --git a/src/guides/v2.3/graphql/queries/customer.md b/src/guides/v2.3/graphql/queries/customer.md index 8ed1478ede7..aa73a43d474 100644 --- a/src/guides/v2.3/graphql/queries/customer.md +++ b/src/guides/v2.3/graphql/queries/customer.md @@ -37,7 +37,6 @@ The following call returns information about the logged-in customer. Provide the region { region_code region - region_id } postcode country_code @@ -68,8 +67,7 @@ The following call returns information about the logged-in customer. Provide the "city": "Anytown", "region": { "region_code": "MI", - "region": "Michigan", - "region_id": 33 + "region": "Michigan" } "postcode": "78758", "country_code": "US",