OrderShippingAddresses
Returns shipping addresses and their corresponding orders.
Columns
Name | Type | References | Description |
Id [KEY] | Integer | ID of this shipping address. | |
OrderId | Integer | ID of the order. | |
FirstName | String | Addressee first name. | |
LastName | String | Addressee last name. | |
Company | String | Addressee company. | |
Street1 | String | Street address (first line). | |
Street2 | String | Street address (second line). | |
City | String | Addressee city. | |
Zip | String | ZIP or postal code. | |
Country | String | Addressee's country. | |
State | String | The name of the state or province. Should be spelled out in full, for example, California. | |
String | Recipient's email address. | ||
Phone | String | Recipient's telephone number. |