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]
CustomerAddressUpdateInput.email
● String
scalar
Address email [valid email format required]
CustomerAddressUpdateInput.code
● String
scalar
Address code
CustomerAddressUpdateInput.notes
● String
scalar
Address delivery notes
CustomerAddressUpdateInput.isDefault
● YesNo
enum
Indicates whether the address is default for its type
CustomerAddressUpdateInput.icp
● YesNo
enum
ICP address field defines whether tax should be applied to an order if the address is selected as a delivery address. Used when shipping b2b order abroad
CustomerAddressUpdateInput.customerId
● Int!
non-null scalar
Address customer primary identifier
CustomerAddressUpdateInput.id
● Int!
non-null scalar
Address primary identifier
Member Of
customerAddressUpdate
mutation