Skip to main content

AddressInput

No description

input AddressInput {
firstName: String
lastName: String
companyName: String
streetAddress1: String
streetAddress2: String
city: String
cityArea: String
postalCode: String
country: CountryCode
countryArea: String
phone: String
}

Fields

AddressInput.firstName ● String scalar

Given name.

AddressInput.lastName ● String scalar

Family name.

AddressInput.companyName ● String scalar

Company or organization.

AddressInput.streetAddress1 ● String scalar

Address.

AddressInput.streetAddress2 ● String scalar

Address.

AddressInput.city ● String scalar

City.

AddressInput.cityArea ● String scalar

District.

AddressInput.postalCode ● String scalar

Postal code.

AddressInput.country ● CountryCode enum

Country.

AddressInput.countryArea ● String scalar

State or province.

AddressInput.phone ● String scalar

Phone number.

Member of

checkoutBillingAddressUpdate mutation ● CheckoutCreateInput input ● checkoutShippingAddressUpdate mutation


Was this page helpful?