customerAddressbook
Holds address records associated with customers, supporting accurate billing and shipping address management for transactions.
Columns
| Name | Type | References | Description |
| internalid [KEY] | Integer | The unique internal identifier for the address record. | |
| addressbookaddress | String | The address associated with the address book entry. | |
| defaultbilling | Boolean | Indicates whether this is the default billing address for the entity. | |
| defaultshipping | Boolean | Indicates whether this is the default shipping address for the entity. | |
| entity | String | The entity (for example, customer, vendor, or partner) associated with the address. | |
| label | String | The label or name assigned to the address record for easy identification. |