Skip to main content

CustomerAddressCity

type CustomerAddressCity {
id: String
code: String
name: String!
}

Fields

codeString

The two-letter country code corresponding to the customer's country.

nameString!required

The customer's normalized city name.