AccountInput
No description
input AccountInput {
firstName: String
lastName: String
companyName: String
personalPhone: String
defaultBillingAddress: AddressInput
defaultShippingAddress: AddressInput
vatIdentificationNumber: String
}
Fields
AccountInput.firstName ● String scalar
Given name.
AccountInput.lastName ● String scalar
Family name.
AccountInput.companyName ● String scalar
Company name.
AccountInput.personalPhone ● String scalar
Personal phone number.
AccountInput.defaultBillingAddress ● AddressInput input
Billing address of the customer.
AccountInput.defaultShippingAddress ● AddressInput input
Shipping address of the customer.
AccountInput.vatIdentificationNumber ● String scalar
Marketplace VAT identification number
Member Of
accountUpdate mutation