transactionShippingAddressbook
Manages shipping address book records used in transactions.
Columns
| Name | Type | References | Description |
| internalid [KEY] | Integer | Stores the internal identifier for the shipping address book entry, uniquely identifying it within the system. | |
| addressbookaddress | String | Contains the shipping address details stored in the address book, enabling quick selection and modification for shipments. | |
| defaultbilling | Boolean | Indicates whether this address is the default billing address for shipments. If the value is true, it is automatically used for invoices. | |
| defaultshipping | Boolean | Specifies whether this address is the default shipping address for shipments. If the value is true, it is preselected for deliveries. | |
| label | String | Stores a custom label or identifier for the shipping address book entry, helping users distinguish between multiple saved addresses. |