transactionShippingAddressbookEntityAddress
Links entity addresses to shipping address book entries for consistency in deliveries.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | Represents a unique key associated with the shipping address entry, ensuring proper linkage within transaction records. | |
| addr1 | String | Stores the primary street address for the shipping destination, ensuring accurate logistics and fulfillment. | |
| addr2 | String | Contains additional address details such as apartment number, suite, or floor, ensuring precise delivery location identification. | |
| addr3 | String | Stores further address information when additional details are needed for complex shipping addresses. | |
| addressee | String | Specifies the name of the recipient or business receiving the shipment, ensuring correct and efficient delivery. | |
| attention | String | Includes the name of a specific person or department that should receive the shipment, helping with delivery accuracy. | |
| city | String | Records the city associated with the shipping address, ensuring accurate geographical identification for logistics and taxation. | |
| country | String | Indicates the country of the shipping address, ensuring compliance with international shipping and tax regulations. | |
| dropdownstate | String | Represents the state selection from a dropdown field, used for consistency in address standardization. | |
| override | Boolean | Indicates whether the system allows overriding standard shipping address validation rules. If the value is true, users can manually modify the address. | |
| state | String | Stores the state or province associated with the shipping address, ensuring accurate tax calculations and regulatory compliance. |