returnAuthorizationShippingAddress
Stores shipping address details relevant to return authorizations, ensuring accurate logistics and restocking processes.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | Unique identifier (Id) for the shipping address record, used internally by NetSuite. | |
| addr1 | String | The primary street address or first line of the shipping address. Typically includes street number and name. | |
| addr2 | String | An optional second line for the shipping address, often used for apartment, suite, or unit numbers. | |
| addr3 | String | An additional line for extended address details, such as floor or building information. | |
| addressee | String | The name of the recipient or business associated with this shipping address, used for delivery purposes. | |
| attention | String | The specific person or department that should receive the shipment at the given address. Helps direct packages correctly. | |
| city | String | The city where the shipment is to be delivered. Part of the standard mailing address. | |
| country | String | The country where the shipping address is located. Typically represented by its full name. | |
| dropdownstate | String | The state or province in a format selectable from a predefined list. Ensures consistency in address entry. | |
| override | Boolean | Indicates whether the default shipping address has been manually overridden. A value of 'true' means the override is active. | |
| state | String | The state or province of the shipping address, entered as free text. May differ from dropdown-selected state. |