Skip to main content

AddressInput

The input type for an Address

input AddressInput {
city: String!
company: String
country: String!
name: String!
phoneNumber: String
postalCode: String!
state: String!
streetAddress1: String!
streetAddress2: String
}

Fields​

AddressInput.city ● String! non-null scalar​

The city of the address

AddressInput.company ● String scalar​

The company associated with the address

AddressInput.country ● String! non-null scalar​

The country of the address

AddressInput.name ● String! non-null scalar​

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

AddressInput.phoneNumber ● String scalar​

The phone number of the address. Format +11231231234

AddressInput.postalCode ● String! non-null scalar​

The zip or postal code of the address

AddressInput.state ● String! non-null scalar​

The state of the address

AddressInput.streetAddress1 ● String! non-null scalar​

The first line of the street address

AddressInput.streetAddress2 ● String scalar​

The second line of the street address

Member of​

CheckoutOrderInput input