intercompanyTransferOrderShippingAddress
Stores shipping address details for intercompany transfer orders, ensuring accurate delivery information.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | Unique identifier for the shipping address record. This key is used internally and does not have a user-facing label. | |
| addr1 | String | Primary street address for the shipping location, typically including a house number and street name. | |
| addr2 | String | Secondary street address field for additional location details, such as an apartment, suite, or unit number. | |
| addr3 | String | Tertiary street address field for further address details when needed, such as building or floor information. | |
| addressee | String | Name of the recipient or business associated with the shipping address. | |
| attention | String | Optional field used to specify a particular person or department within the recipient organization. | |
| city | String | Name of the city component of the destination address where the inventory is being transferred. | |
| country | String | Country associated with the shipping address, stored as a standardized country code. | |
| dropdownstate | String | State or province of the shipping address, typically selected from a predefined list. | |
| override | Boolean | Indicates whether the default shipping address should be overridden with this address. | |
| state | String | Full name or code representing the state or province of the shipping address. |