Orders have an associated billing_address
and shipping_address
Address Properties
Property | Type | Description |
---|---|---|
address1 | string | The street address of the address. |
address2 | string | null | An optional additional field for the street address of the address. If the address line 2 is not present, it can be |
city | string | The city, town, or village of the address. |
postal_code | string | The postal code (zip, postcode, Eircode, …) of the address. |
region | string | The abbreviation of the region of the address. For the US, this would be states, for other places, it would be provinces or equivalent. |
country_code | string | The two-letter code (ISO 3166-1 format) for the country of the address. |
first_name | string | The first name of the person associated with the address. |
last_name | string | The last name of the person associated with the address. |
phone | string | null | The phone number at the address. |