salesOrderItemShippingAddress
Stores shipping addresses assigned to individual items within a sales order.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | Internal reference key used to link the shipping address with a specific item on the sales order. | |
| addr1 | String | The first line of the item's shipping address, typically containing the street number and name. | |
| addr2 | String | The second line of the item's shipping address, often used for apartment, suite, or unit information. | |
| addr3 | String | The third line of the item's shipping address, used for additional address details if needed. | |
| addressee | String | The name of the recipient for the item at this shipping address. | |
| attention | String | The individual or department the package should be directed to at the destination. | |
| city | String | The city portion of the item's shipping address. | |
| country | String | The country to which the item is being shipped, used for fulfillment and tax determination. | |
| dropdownstate | String | The selected state or province value from a predefined list, based on the country. | |
| override | Boolean | If the value is 'true', this shipping address overrides the customer’s default address for the item on this order. | |
| state | String | The full state or province name used in the shipping address for regional clarity. |