MailingAddressInput - admin-graphql - INPUT_OBJECT
Version: 2024-10
Description:
The input fields to create or update a mailing address.
Access Scopes
Fields
-
address1:
String -
The first line of the address. Typically the street address or PO Box number.
-
address2:
String -
The second line of the address. Typically the number of the apartment, suite, or unit.
-
city:
String -
The name of the city, district, village, or town.
-
company:
String -
The name of the customer's company or organization.
-
country:
String -
The name of the country.
-
countryCode:
CountryCode -
The two-letter code for the country of the address.
-
firstName:
String -
The first name of the customer.
-
id:
ID -
-
lastName:
String -
The last name of the customer.
-
phone:
String -
A unique phone number for the customer.
Formatted using E.164 standard. For example, _+16135551111_.
-
province:
String -
The region of the address, such as the province, state, or district.
-
provinceCode:
String -
The code for the region of the address, such as the province, state, or district.
For example QC for Quebec, Canada.
-
zip:
String -
The zip or postal code of the address.
Input objects with this input object
Examples