Skip to main content

AddressInput

Postal address input. Mirrors Address.

input AddressInput {
city: String
country: String
line1: String
line2: String
zip: String
state: String
}

Fields

AddressInput.city ● String scalar

City, district, suburb, town, or village.

AddressInput.country ● String scalar

Two-letter country code (ISO 3166-1 alpha-2).

AddressInput.line1 ● String scalar

Address line 1 (e.g., street, PO Box, or company name).

AddressInput.line2 ● String scalar

Address line 2 (e.g., apartment, suite, unit, or building).

AddressInput.zip ● String scalar

ZIP or postal code.

AddressInput.state ● String scalar

State, county, province, or region.

Member Of

AccountPublicBusinessDetailsInput input ● BusinessDataInput input ● ContactDetailsInput input ● CreateStoreInput input ● IdentityInput input ● PaymentMethodSepaInput input ● RepresentativeInput input ● UpdateIdentityInput input ● UpdateStoreInput input