InvoiceItemShippingAddress
Associates specific invoice line items with their designated shipping addresses, supporting order fulfillment tracking.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | Unique identifier for the shipping address record within the invoice item. Typically used for internal reference and system operations. | |
| addr1 | String | Primary street address or building number for the shipping destination. This is the first line of the address and is required for accurate delivery. | |
| addr2 | String | Secondary address line, often used for apartment numbers, suite numbers, or additional address details. | |
| addr3 | String | Tertiary address line for any additional location details, such as building names or in-depth delivery instructions. | |
| addressee | String | The recipient's name associated with this shipping address. This could be an individual or a business entity. | |
| attention | String | Specific person or department within the organization to whom the package should be directed. | |
| city | String | The city or locality where the shipment is being sent. Required for determining the delivery region. | |
| country | String | The country in which the shipping address is located. Used for international shipping and regulatory compliance. | |
| dropdownstate | String | The state or province of the shipping address, selected from a predefined list in a dropdown menu for standardization. | |
| override | Boolean | Indicates whether the default shipping address should be overridden. A value of 'true' means this address takes precedence over default settings. | |
| state | String | The state or province associated with the shipping address, used for tax calculations, routing, and regulatory purposes. |