Shipping address
postAddress#1e8caaeb street_line1:string street_line2:string city:string state:string country_iso2:string post_code:string = PostAddress;| Name | Type | Description | 
|---|---|---|
| street_line1 | string | First line for the address | 
| street_line2 | string | Second line for the address | 
| city | string | City | 
| state | string | State, if applicable (empty otherwise) | 
| country_iso2 | string | ISO 3166-1 alpha-2 country code | 
| post_code | string | Address post code |