CustomerInput
No description
input CustomerInput {
firstName: String
lastName: String
email: String
isActive: Boolean
note: String
companyName: String
personalPhone: String
vatIdentificationNumber: String
defaultBillingAddress: AddressInput
defaultShippingAddress: AddressInput
sendCustomerSetPasswordEmail: Boolean
redirectUrl: String
addGroups: [ID!]
customFields: [AttributeValueInput!]
isStaff: Boolean
passwordUrl: String
seller: ID
taxExemptCode: String
}
Show more ↓
Fields
CustomerInput.firstName ● String scalar
CustomerInput.lastName ● String scalar
CustomerInput.email ● String scalar
CustomerInput.isActive ● Boolean scalar
CustomerInput.note ● String scalar
CustomerInput.companyName ● String scalar
CustomerInput.personalPhone ● String scalar
CustomerInput.vatIdentificationNumber ● String scalar
CustomerInput.defaultBillingAddress ● AddressInput input
CustomerInput.defaultShippingAddress ● AddressInput input
CustomerInput.sendCustomerSetPasswordEmail ● Boolean scalar
CustomerInput.redirectUrl ● String scalar
CustomerInput.addGroups ● [ID!] list scalar
List of permission group IDs to add.
CustomerInput.customFields ● [AttributeValueInput!] list input
Custom field values for the customer.
CustomerInput.isStaff ● Boolean scalar
Whether the user is a staff member.
CustomerInput.passwordUrl ● String scalar
URL for password reset.
CustomerInput.seller ● ID scalar
ID of the seller to associate with the customer.
CustomerInput.taxExemptCode ● String scalar
Tax exemption code.
Member Of
customerUpdate mutation