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
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.")
104
104
region: CustomerAddressRegion@doc(description: "An object containing the region name, region code, and region ID")
105
105
region_id: Int@deprecated(reason: "Region ID is excessive on storefront and region code should suffice for all scenarios")
106
-
country_id: String@doc(description: "The customer's country")
106
+
country_id: String@doc(description: "The customer's country") @deprecated(reason: "Use country_code instead.")
107
+
country_code: CountryCodeEnum@doc(description: "The customer's country")
107
108
street: [String] @doc(description: "An array of strings that define the street number and name")
108
109
company: String@doc(description: "The customer's company")
109
110
telephone: String@doc(description: "The telephone number")
0 commit comments