Skip to main content

CustomerAddress

A customerAddress is an Address entity that is associated with a customer

type CustomerAddress {
city: String!
company: String
country: String!
customerAddressId: ID!
customerId: ID!
demandHqId: ID!
name: String!
phoneNumber: String
postalCode: String!
state: String!
storefrontId: ID!
streetAddress1: String!
streetAddress2: String
}

Fields

CustomerAddress.city ● String! non-null scalar

The city of the address

CustomerAddress.company ● String scalar

The company associated with the address

CustomerAddress.country ● String! non-null scalar

The country of the address

CustomerAddress.customerAddressId ● ID! non-null scalar

CustomerAddress.customerId ● ID! non-null scalar

CustomerAddress.demandHqId ● ID! non-null scalar

CustomerAddress.name ● String! non-null scalar

The name associated with the address, i.e. the Person in the household

CustomerAddress.phoneNumber ● String scalar

The phone number of the address. Format +11231231234

CustomerAddress.postalCode ● String! non-null scalar

The zip or postal code of the address

CustomerAddress.state ● String! non-null scalar

The state of the address

CustomerAddress.storefrontId ● ID! non-null scalar

CustomerAddress.streetAddress1 ● String! non-null scalar

The first line of the street address

CustomerAddress.streetAddress2 ● String scalar

The second line of the street address

Returned by

createCustomerAddress mutation ● updateCustomerAddress mutation

Member of

Customer object ● CustomerAddressConnection object ● CustomerAddressEdge object