Customer Shipping Address Object
The shipping address for a customer.
CustomerShipTo
- Description: Uniquely identifies a specific customer shipping address per customer.
- Data Type: String
- Data Length: 50
CustomerShipName
- Description: The ship to name.
- Data Type: String
- Data Length: 100
CustomerShipAddress1
- Description: The ship to address field 1.
- Data Type: String
- Data Length: 100
CustomerShipAddress2
- Description: The ship to address field.
- Data Type: String
- Data Length: 100
CustomerShipCity
- Description: The ship to.
- Data Type: String
- Data Length: 50
CustomeShiprState
- Description: The ship to state.
- Data Type: String
- Data Length: 50
CustomerShipZip5
- Description: The ship to five-digit zip code.
- Data Type: String
- Data Length: 12
CustomerShipZipCode
- Description: The ship to five-digit plus zip code.
- Data Type: String
- Data Length: 12
- Note: Provides space for a zip code of more than 5 characters.
CustomerCountry
- Description: The ship to zip country.
- Data Type: String
- Data Length: 50
CustomerShipPhone
- Description: The ship to phone number.
- Data Type: String
- Data Length: 50
CustomerShipFax
- Description: The ship to fax number.
- Data Type: String
- Data Length: 50
Example
[
{ "CustomerShipName":"Test Ship To Customer", "CustomerShipAddress1":"333 Washington Avenue", "CustomerShipAddress2":"", "CustomerShipCity":"Minneapolis", "CustomerShipState":"MN", "CustomerShipZipCode":"55401", "CustomerShipZip5":"55401", "CustomerShipPhone":"612.343.0404", "CustomerShipFax":"", "CustomerShipCountry":"USA", "CustomerShipTo":"Primary" }
]