Skip to main content

Interface: CustomerAddressUpdateInput

Defined in: type/CustomerAddressUpdateInput.ts:6

Input object for CustomerAddressUpdateInput

Properties

city?

optional city?: string

Defined in: type/CustomerAddressUpdateInput.ts:26

Address city


code?

optional code?: string

Defined in: type/CustomerAddressUpdateInput.ts:38

Address code


company?

optional company?: string

Defined in: type/CustomerAddressUpdateInput.ts:16

User company the address applies to


country?

optional country?: string

Defined in: type/CustomerAddressUpdateInput.ts:30

Address country


customerId

customerId: number

Defined in: type/CustomerAddressUpdateInput.ts:46

Address customer primary identifier


email?

optional email?: string

Defined in: type/CustomerAddressUpdateInput.ts:36

Address email [valid email format required]


firstName?

optional firstName?: string

Defined in: type/CustomerAddressUpdateInput.ts:8

User first name the address applies to


gender?

optional gender?: Gender

Defined in: type/CustomerAddressUpdateInput.ts:14

User gender the address applies to


icp?

optional icp?: YesNo

Defined in: type/CustomerAddressUpdateInput.ts:44

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


id

id: number

Defined in: type/CustomerAddressUpdateInput.ts:48

Address primary identifier


isDefault?

optional isDefault?: YesNo

Defined in: type/CustomerAddressUpdateInput.ts:42

Indicates whether the address is default for its type


lastName?

optional lastName?: string

Defined in: type/CustomerAddressUpdateInput.ts:12

User last name the address applies to


middleName?

optional middleName?: string

Defined in: type/CustomerAddressUpdateInput.ts:10

User middle name the address applies to


mobile?

optional mobile?: string

Defined in: type/CustomerAddressUpdateInput.ts:34

Address mobile number [min: 6, max: 30]


notes?

optional notes?: string

Defined in: type/CustomerAddressUpdateInput.ts:40

Address delivery notes


number?

optional number?: string

Defined in: type/CustomerAddressUpdateInput.ts:20

User street number


numberExtension?

optional numberExtension?: string

Defined in: type/CustomerAddressUpdateInput.ts:22

User street number extension


phone?

optional phone?: string

Defined in: type/CustomerAddressUpdateInput.ts:32

Address fixed phone number [min: 6, max: 30]


postalCode?

optional postalCode?: string

Defined in: type/CustomerAddressUpdateInput.ts:24

Address postal code


region?

optional region?: string

Defined in: type/CustomerAddressUpdateInput.ts:28

Address region


street?

optional street?: string

Defined in: type/CustomerAddressUpdateInput.ts:18

User street address