Skip to main content

CustomerAddress

No description

type CustomerAddress {
id: ID!
addressLine1: String!
addressLine2: String
phone: String
secondPhone: String
country: Country
state: State
city: City
region: Region
postalCode: String
notes: String
isDefault: Boolean!
}

Fields​

CustomerAddress.id ● ID! non-null scalar​

CustomerAddress.addressLine1 ● String! non-null scalar​

CustomerAddress.addressLine2 ● String scalar​

CustomerAddress.phone ● String scalar​

CustomerAddress.secondPhone ● String scalar​

CustomerAddress.country ● Country object​

CustomerAddress.state ● State object​

CustomerAddress.city ● City object​

CustomerAddress.region ● Region object​

CustomerAddress.postalCode ● String scalar​

CustomerAddress.notes ● String scalar​

CustomerAddress.isDefault ● Boolean! non-null scalar​

Member Of​

CustomerUser object