CustomerAddressInput
InputSpecifies the fields to use when creating/updating an address.
Fields
- String
address1 The first line of the address. Typically the street address or PO Box number.
- String
address2 The second line of the address. Typically the apartment, suite, or unit number.
- String
city The name of the city, district, village, or town.
- String
company The name of the customer’s company or organization.
- String
countryCode The two-letter ISO 3166-1 alpha-2 country code of the address.
- String
email The email address associated with the address.
- String
firstName The first name of the address.
- Boolean
isDefaultBilling Indicates whether the address should be set as the customer’s default billing address.
- Boolean
isDefaultShipping Indicates whether the address should be set as the customer’s default shipping address.
- String
lastName The last name of the address.
- [KeyValuePairOfStringAndStringInput!]
metadata The metadata of the address, which can be used to store additional information about the address.
- String
name The name of the address.
- String
phone The address’s unique phone number, formatted using E.164 standard. For example, +16135551111.
- String
postalCode The zip or postal code of the address.
- String
state The name of the state, province, or region. For example, Colorado.