Address
Shared address shape reused by order.billingAddress, order.shippingAddress, and settings.businessAddress.
Fields
| Field | Type | Notes |
|---|---|---|
fullName |
string | |
firstName |
string | Optional. |
name |
string | |
company |
string | Optional. |
address1 |
string | |
address2 |
string | Optional. |
fullAddress |
string | Computed — address1, with address2 appended when present. |
city |
string | |
province |
string | Optional. |
country |
string | ISO country code. |
postalCode |
string | |
phone |
string | Optional. |
vatNumber |
string | Optional — VAT number (on settings.businessAddress; availability varies by country). |