| Name | Type | Description | Notes |
|---|---|---|---|
| customerId | String | Defines customer id | |
| storeId | String | Store Id | [optional] |
| firstName | String | Defines customer's address first name | [optional] |
| lastName | String | Defines customer's address last name | [optional] |
| company | String | Defines customer's address company | [optional] |
| address1 | String | Specifies customer's address address1 | |
| address2 | String | Specifies customer's address address2 | [optional] |
| city | String | Specifies customer's address city | |
| country | String | Specifies customer's address ISO code or name of country | |
| state | String | Specifies customer's address ISO code or name of state | [optional] |
| postcode | String | Specifies customer's address postcode | |
| identificationNumber | String | Specifies the national ID card number of this person, or a unique tax identification number for customer's address | [optional] |
| types | Seq<String> | Specifies customer's address types | [optional] |
| default | Boolean | Specifies whether the customer's address is used by default | [optional] |
| phone | String | Defines customer's address phone number | [optional] |
| phoneMobile | String | Defines customer's address mobile phone number | [optional] |
| fax | String | Defines customer's address fax | [optional] |
| website | String | Defines Link to customer's address website | [optional] |
| gender | String | Defines customer's address gender | [optional] |
| taxId | String | Add Tax Id | [optional] |
| alias | String | Specifies customer's alias in the address book | [optional] |
| idempotencyKey | String | A unique identifier associated with a specific request. Repeated requests with the same <strong>idempotency_key</strong> return a cached response without re-executing the business logic. <strong>Please note that the cache lifetime is 15 minutes.</strong> | [optional] |