Skip to main content

CustomerAddressUpdateInput

Input for updating a CustomerAddress

input CustomerAddressUpdateInput {
city: String
company: String
country: String
customerAddressId: ID!
name: String
phoneNumber: String
postalCode: String
state: String
streetAddress1: String
streetAddress2: String
}

Fields

CustomerAddressUpdateInput.city ● String scalar

The city of the address

CustomerAddressUpdateInput.company ● String scalar

The company associated with the address

CustomerAddressUpdateInput.country ● String scalar

The country of the address

CustomerAddressUpdateInput.customerAddressId ● ID! non-null scalar

CustomerAddressUpdateInput.name ● String scalar

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

CustomerAddressUpdateInput.phoneNumber ● String scalar

The phone number of the address. Format +11231231234

CustomerAddressUpdateInput.postalCode ● String scalar

The zip or postal code of the address

CustomerAddressUpdateInput.state ● String scalar

The state of the address

CustomerAddressUpdateInput.streetAddress1 ● String scalar

The first line of the street address

CustomerAddressUpdateInput.streetAddress2 ● String scalar

The second line of the street address

Member of

updateCustomerAddress mutation