GraphQL INPUT_OBJECT
CreateUserAccountContactInput
Input for contact profile that you want to create.
link Definition
- input CreateUserAccountContactInput {
- # Contact's website.
- String :
- # Contact's state. Five- or six-character ID of the customer's country and state
- # based on ISO 3166-2. It is required for Australia, Brazil, Canada, India,
- # Ireland, Japan, the UAE, and the USA.
- StateEnum :
- # Contact's salutation.
- SalutationEnum :
- # Contact's title.
- String :
- # Contact's first name.
- String :
- # Contact's first name in Katakana.
- String :
- # Contact's romanized first name.
- String :
- # Contact's language.
- String :
- # Contact's last name in Katakana.
- String :
- # Contact's romanized last name.
- String :
- # Contact's street address.
- String :
- # Contact's additional street information.
- String :
- # Contact's city.
- String :
- # Contact's phone number.
- String :
- # Contact's alternative phone number.
- String :
- # Contact's fax number.
- String :
- # Name of the company (if applicable).
- String :
- # Name of the company in Katakana (if applicable).
- String :
- # Romanized name of the company (if applicable).
- String :
- # Taxation number of the contact's company.
- String :
- # Taxation numbers of the contact's company, including the taxation type.
- TaxTypeInput] : [
- # Contact's email address.
- String! :
- # Contact's country.
- CountryEnum! :
- # Contact's postal code.
- String :
- # Contact's language.
- LanguageEnum! :
- }