You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
id: Int@doc(description: "The ID assigned to the address object")
100
100
customer_id: Int@doc(description: "The customer ID") @deprecated(reason: "customer_id is not needed as part of CustomerAddress, address ID (id) is unique identifier for the addresses.")
101
101
region: CustomerAddressRegion@doc(description: "An object containing the region name, region code, and region ID")
102
-
region_id: Int@doc(description: "A number that uniquely identifies the state, province, or other area")
102
+
region_id: Int@deprecated(reason: "Region ID is excessive on storefront and region code should suffice for all scenarios")
103
103
country_id: String@doc(description: "The customer's country")
104
104
street: [String] @doc(description: "An array of strings that define the street number and name")
105
105
company: String@doc(description: "The customer's company")
0 commit comments