CustomerInput
No description
input CustomerInput {
defaultBillingAddress: AddressInput
defaultShippingAddress: AddressInput
firstName: String
lastName: String
email: String
isActive: Boolean
note: String
metadata: [MetadataInput!]
privateMetadata: [MetadataInput!]
languageCode: LanguageCodeEnum
externalReference: String
isConfirmed: Boolean
}
Fields
CustomerInput.defaultBillingAddress
● AddressInput
input
Billing address of the customer.
CustomerInput.defaultShippingAddress
● AddressInput
input
Shipping address of the customer.
CustomerInput.firstName
● String
scalar
Given name.
CustomerInput.lastName
● String
scalar
Family name.
CustomerInput.email
● String
scalar
The unique email address of the user.
CustomerInput.isActive
● Boolean
scalar
User account is active.