AddressInput Input
Description
Input fields for specifying a physical address.
Declaration
input AddressInput {
description: String
addressLine1: String
addressLine2: String
streetNumber: Int
city: String
state: String
postCode: String
alpha2: String
country: String
stateCode: String
type: String
geoLoc: GeoLocInput
}
Fields
| Name | Type | Description |
|---|---|---|
description | String | Optional description or label for the address. |
addressLine1 | String | Primary street address line. |
addressLine2 | String | Secondary street address line, such as apartment or suite number. |
streetNumber | Int | Street number component of the address. |
city | String | City or locality name. |
state | String | State or province name. |
postCode | String | Postal or ZIP code. |
alpha2 | String | Two-letter ISO 3166-1 alpha-2 country code. |
country | String | Full country name. |
stateCode | String | State or province code abbreviation. |
type | String | Type of address, such as billing or shipping. |
geoLoc | GeoLocInput | Geographic location coordinates for the address. |