itemFulfillmentReturnAddress
Stores return address details for fulfilled orders, ensuring proper handling of returns.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | A system-generated identifier for the return address record used internally by NetSuite. | |
| addr1 | String | The primary street address for the return location, typically the most specific part of the address, such as a street name and number. | |
| addr2 | String | Additional address line for the return location, which can be used for suite numbers, apartment numbers, or other relevant address details. | |
| addr3 | String | A tertiary address line for the return location, which can be used for extra details such as building names or complex identifiers. | |
| addressee | String | The full name of the person or entity to whom the returned item is being addressed, typically the recipient's name. | |
| attention | String | A specific contact person at the return location. This is useful when directing the return to a specific individual within a business or department. | |
| city | String | The city where the return address is located. This value is used for shipping and logistics purposes. | |
| country | String | The country associated with the return address. This should be a recognized country name or code. | |
| dropdownstate | String | A state or province selection used in dropdown menus within NetSuite. This value is often standardized based on the country. | |
| override | Boolean | Indicates whether the default return address settings are overridden. If 'true', the user has customized the return address details. | |
| state | String | The state or province associated with the return address. This value is used for determining tax rates, shipping zones, and other regional settings. |