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

Commit 990b7af

Browse files
committed
GraphQL #942
1 parent 781b645 commit 990b7af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_includes/graphql/customer-address-input.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ The `customerAddressRegionInput` object can contain the following attributes:
4141

4242
Attribute | Data Type | Description
4343
--- | --- | ---
44-
`region_code` | String | The address region code
4544
`region` | String | The state or province name
46-
`region_id` | Int | Uniquely identifies the region
45+
`region_code` | String | The address region code
46+
`region_id` | Int | Deprecated. Use `region` instead. Uniquely identifies the region

_includes/graphql/customer-address-output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ The `customerAddressRegion` output returns the following attributes:
4343

4444
Attribute | Data Type | Description
4545
--- | --- | ---
46-
`region_code` | String | The address region code
4746
`region` | String | The state or province name
48-
`region_id` | Int | Uniquely identifies the region
47+
`region_code` | String | The address region code
48+
`region_id` | Int | Deprecated. Use `region` instead. Uniquely identifies the region

0 commit comments

Comments
 (0)