itemFulfillmentShippingAddress
Stores shipping addresses used for fulfillment, ensuring correct delivery of items.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | A unique identifier for the address entry, typically used as a primary key or reference within the table. | |
| addr1 | String | The first line of the address, typically used to include street name, building number, and any primary address information. | |
| addr2 | String | The second line of the address, often used for additional address details such as apartment or suite number. | |
| addr3 | String | An optional third line of the address, used for additional address information if necessary, such as a building name or floor number. | |
| addressee | String | The name of the recipient or intended recipient of the shipment, typically the individual or company receiving the delivery. | |
| attention | String | A specific individual or department to which the address is directed, often used in business contexts to ensure the correct recipient. | |
| city | String | The city or town part of the address where the recipient is located, typically used for sorting mail and deliveries. | |
| country | String | The country where the recipient is located. This field helps identify the correct international region for shipping. | |
| dropdownstate | String | The state or province part of the address. This value is selected from a predefined list, ensuring correct and standardized entries for geographic locations. | |
| override | Boolean | A boolean flag that determines if certain address validation rules should be bypassed or overridden during processing or shipping. | |
| state | String | The state or province part of the address, used in addressing to specify the regional administrative division within a country. |