| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerAddressId |
database reference = customers_addressbook.CustomerAddressId |
integer |
None. |
| FirstName |
database reference = customers_addressbook.shipping_firstname |
string |
String length: inclusive between 0 and 50 |
| LastName |
database reference = customers_addressbook.shipping_lastname |
string |
String length: inclusive between 0 and 50 |
| Address1 |
database reference = customers_addressbook.shipping_address |
string |
String length: inclusive between 0 and 255 |
| Address2 |
database reference = customers_addressbook.shipping_address2 |
string |
String length: inclusive between 0 and 50 |
| City |
database reference = customers_addressbook.shipping_city |
string |
String length: inclusive between 0 and 100 |
| State |
database reference = customers_addressbook.shipping_state |
string |
String length: inclusive between 0 and 100 |
| ZipCode |
database reference = customers_addressbook.shipping_zip |
string |
String length: inclusive between 0 and 20 |
| Country |
database reference = customers_addressbook.shipping_country |
string |
String length: inclusive between 0 and 100 |
| Company |
database reference = customers_addressbook.shipping_company |
string |
String length: inclusive between 0 and 255 |
| PhoneNumber |
database reference = customers_addressbook.shipping_phone |
string |
String length: inclusive between 0 and 50 |