transactionReturnAddressbook
Stores return address records linked to transactions, facilitating product returns and refunds.
Columns
| Name | Type | References | Description |
| internalid [KEY] | Integer | Stores the internal identifier for the return address book entry, uniquely identifying it within the system. | |
| addressbookaddress | String | Contains the return address details stored in the address book, enabling quick selection and modification for return transactions. | |
| defaultbilling | Boolean | Indicates whether this address is the default billing address for the return transaction. If the value is true, it is automatically used for refunds or adjustments. | |
| defaultshipping | Boolean | Specifies whether this address is the default shipping address for returned items. If the value is true, it is preselected for return shipments. | |
| label | String | Stores a custom label or identifier for the return address book entry, helping users distinguish between multiple return addresses. |