AddressInput
is an input object type representing a postal address.
Fields
firstName
: String!
First name of the person or company.
lastName
: String!
Last name of the person or company.
email
: String!
User email to receive order confirmation and other notifications.
phone
: String!
A 10-digit phone number.
address1
: String!
The first line of the address.
address2
: String!
The second line of the address, such as an apartment number (optional).
city
: String!
Name of the city, district, village, or town.
stateCode
: String!
2-letter state code.
countryCode
: String!
2-letter country code.
zip
: String!
5-digit zip code.