invoiceShippingAddress
Stores and manages shipping addresses linked to invoices, ensuring accurate delivery details for fulfillment.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | A unique internal system-generated identifier for the shipping address record used for reference purposes. | |
| addr1 | String | Primary street address where the shipment should be delivered, typically includes the house or building number and street name. | |
| addr2 | String | Additional address information such as apartment, suite, unit number, or other secondary location details. | |
| addr3 | String | The third line of the shipping address, typically used for additional location details such as suite numbers, apartment numbers, or internal mail stops. | |
| addressee | String | The recipient or company name associated with the shipping address, used for labeling and identification purposes. | |
| attention | String | A designated contact person or department for the shipment, ensuring that the package reaches the correct individual within an organization. | |
| city | String | The city or town associated with the shipping address, essential for accurate delivery and geographic identification. | |
| country | String | Country associated with the shipping address, typically represented using its full name or standard country code. | |
| dropdownstate | String | State or province selection used in dropdown menus, often stored in a standardized format for consistency. | |
| override | Boolean | Indicates whether the shipping address is manually overridden, bypassing system defaults or automated selections. | |
| state | String | The state or province associated with the shipping address for the invoice, ensuring accurate delivery and tax calculations. |