Overview
Customers may save addresses to make checking-out easier and quicker.Addresses
| Field | Description | 
|---|---|
id | |
customer_id | |
title | nullable | 
first_name | |
last_name | |
company_name | nullable | 
line_one | |
line_two | nullable | 
line_three | nullable | 
city | |
state | nullable | 
postcode | nullable | 
country_id | |
delivery_instructions | |
contact_email | |
contact_phone | |
last_used_at | Timestamp for when the address was last used in an order. | 
meta | JSON | 
shipping_default | Boolean | 
billing_default | Boolean | 
created_at | |
updated_at | 
Countries
| Field | Description | 
|---|---|
id | |
name | |
iso3 | |
iso2 | |
phonecode | |
capital | |
currency | |
native | |
emoji | Flag | 
emoji_u | Flag | 
created_at | |
updated_at | 
States
| Field | Description | 
|---|---|
id | |
country_id | |
name | |
code | |
created_at | |
updated_at |