Address
Represents a physical address for shipping.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
| ContactName | string | Yes | Name of the contact person. |
| Street1 | string | Yes | Primary street address. |
| Street2 | string | No | Secondary street address. |
| Street3 | string | No | Tertiary street address. |
| City | string | Yes | City. |
| Province | string | Conditional | State or province. |
| CountryCode | string | Yes | ISO 3166-1 alpha-2 country code. |
| Postcode | string | Conditional | Postal code. |
| Tel | string | Conditional | Mobile/Telephone number. |
string | Conditional | Email address. |