salesOrderShippingAddress
Contains shipping address information linked to each sales order.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | Internal reference key that links this shipping address to the corresponding sales order record. | |
| addr1 | String | The first line of the shipping address, typically used for street number and name. | |
| addr2 | String | The second line of the shipping address, commonly used for suite, apartment, or unit number. | |
| addr3 | String | The third line of the shipping address, used for additional address details if required. | |
| addressee | String | The name of the recipient at the shipping address. | |
| attention | String | The specific individual or department that should receive attention at the shipping address. | |
| city | String | The city portion of the shipping address. | |
| country | String | The country for the shipping address, used for determining tax, shipping rules, and compliance. | |
| dropdownstate | String | The selected state or province value from a predefined list, based on the selected country. | |
| override | Boolean | If the value is 'true', this address overrides the default shipping address on the customer record. | |
| state | String | The full name of the state or province included in the shipping address. |