| Name | Type | Description | Notes |
|---|---|---|---|
| customer_id | string | Defines customer id | |
| store_id | string | Store Id | [optional] |
| first_name | string | Defines customer's address first name | [optional] |
| last_name | 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 | |
| identification_number | string | Specifies the national ID card number of this person, or a unique tax identification number for customer's address | [optional] |
| types | string[] | Specifies customer's address types | [optional] |
| default | bool | Specifies whether the customer's address is used by default | [optional] |
| phone | string | Defines customer's address phone number | [optional] |
| phone_mobile | 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] |
| tax_id | string | Add Tax Id | [optional] |
| alias | string | Specifies customer's alias in the address book | [optional] |
| idempotency_key | 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] |