transactionReturnAddressbookEntityAddress
Maps entity addresses to return address book entries for consistent handling of returns.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | Represents a unique key associated with the entity’s return address entry, ensuring proper linkage within transaction records. | |
| addr1 | String | Stores the primary street address for the return location, ensuring accurate processing of returned shipments or refunds. | |
| addr2 | String | Contains additional address details such as apartment number, suite, or floor, ensuring precise identification of the return location. | |
| addr3 | String | Stores further address information when additional details are required for complex return addresses. | |
| addressee | String | Specifies the name of the recipient or business responsible for handling the return transaction, ensuring proper documentation. | |
| attention | String | Includes the name of a specific person or department responsible for processing returns, ensuring correct handling. | |
| city | String | Records the city associated with the return address, ensuring accurate geographical identification for return shipments. | |
| country | String | Indicates the country of the return address, ensuring compliance with international shipping and tax regulations. | |
| dropdownstate | String | Represents the state selection from a dropdown field, used for consistency in address validation. | |
| override | Boolean | Indicates whether the system allows overriding standard return address validation rules. If the value is true, users can manually modify the address. | |
| state | String | Stores the state or province associated with the return address, ensuring proper tax and regulatory classification. |