Skip to main content

AddressInput

Input for creating or updating an address

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

AddressInput.lastName ● String scalar

AddressInput.companyName ● String scalar

AddressInput.streetAddress1 ● String scalar

AddressInput.streetAddress2 ● String scalar

AddressInput.city ● String scalar

AddressInput.cityArea ● String scalar

AddressInput.postalCode ● String scalar

AddressInput.country ● CountryCode enum

AddressInput.countryArea ● String scalar

AddressInput.phone ● String scalar

Member Of

accountAddressCreate mutation ● accountAddressUpdate mutation ● AccountInput input ● AccountRegisterInput input ● addressCreate mutation ● addressUpdate mutation ● checkoutBillingAddressUpdate mutation ● CheckoutCreateInput input ● checkoutShippingAddressUpdate mutation ● CustomerInput input ● DraftOrderCreateInput input ● DraftOrderInput input ● MarketplaceConfigurationInput input ● NauticalDraftOrderCreateInput input ● NauticalDraftOrderInput input ● NauticalOrderUpdateInput input ● OrderUpdateInput input ● PaymentInput input ● sellerAddressCreate mutation ● sellerAddressUpdate mutation ● sellerWithOwnerCreate mutation ● StripeClientPaymentData input ● UserCreateInput input

Was this page helpful?