CustomerAddressUpdateInput
No description
input CustomerAddressUpdateInput {
firstName: String
middleName: String
lastName: String
gender: Gender
company: String
street: String
number: String
numberExtension: String
postalCode: String
city: String
region: String
country: String
phone: String
mobile: String
email: String
code: String
notes: String
isDefault: YesNo
icp: YesNo
customerId: Int!
id: Int!
}
Fields
CustomerAddressUpdateInput.firstName
● String
scalar
User first name the address applies to
CustomerAddressUpdateInput.middleName
● String
scalar
User middle name the address applies to
CustomerAddressUpdateInput.lastName
● String
scalar
User last name the address applies to
CustomerAddressUpdateInput.gender
● Gender
enum
User gender the address applies to
CustomerAddressUpdateInput.company
● String
scalar
User company the address applies to
CustomerAddressUpdateInput.street
● String
scalar
User street address
CustomerAddressUpdateInput.number
● String
scalar
User street number
CustomerAddressUpdateInput.numberExtension
● String
scalar
User street number extension
CustomerAddressUpdateInput.postalCode
● String
scalar
Address postal code
CustomerAddressUpdateInput.city
● String
scalar
Address city
CustomerAddressUpdateInput.region
● String
scalar
Address region
CustomerAddressUpdateInput.country
● String
scalar
Address country
CustomerAddressUpdateInput.phone
● String
scalar
Address fixed phone number [min: 6, max: 30]
CustomerAddressUpdateInput.mobile
● String
scalar
Address mobile number [min: 6, max: 30]