estimateShippingAddress
Stores shipping address details for estimates, ensuring that products are sent to the correct location for fulfillment.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | The unique identifier key for the address record, used to track and reference it within the system. | |
| addr1 | String | The first line of the address, typically used for the street address or primary location information. | |
| addr2 | String | The second line of the address, often used for suite numbers, apartment numbers, or additional address details. | |
| addr3 | String | The third line of the address, used for further address details such as building names or floor numbers. | |
| addressee | String | The name of the recipient or individual to whom the address is associated, often used for mailing or delivery purposes. | |
| attention | String | The attention line, typically used to direct the address to a specific department or individual within an organization. | |
| city | String | The city associated with the address, used to identify the location within a specific region or municipality. | |
| country | String | The country associated with the address, important for international shipping, tax calculations, or service provisioning. | |
| dropdownstate | String | The state or province associated with the address, selected from a predefined dropdown list to ensure consistency. | |
| override | Boolean | Indicates whether any existing address rules or settings should be overridden, used for special cases or exceptions. | |
| state | String | The state or province associated with the address, used to classify the location within a specific geographical area. |