Skip to main content
POST
Create Address

Headers

authorization
string | null
X-Site-ID
string
required
X-Stella-Token
string | null
Idempotency-Key
string | null

Body

application/json
address1
string
required
Required string length: 1 - 255
city
string
required
Required string length: 1 - 120
country
string
required
Required string length: 2
first_name
string | null
Maximum string length: 100
last_name
string | null
Maximum string length: 100
company
string | null
Maximum string length: 255
address2
string | null
Maximum string length: 255
province
string | null
Maximum string length: 120
postal_code
string | null
Maximum string length: 32
phone
string | null
Maximum string length: 50
is_default
boolean
default:false

Response

Successful Response

id
string<uuid>
required
first_name
string | null
required
last_name
string | null
required
company
string | null
required
address1
string
required
address2
string | null
required
city
string
required
province
string | null
required
postal_code
string | null
required
country
string
required
phone
string | null
required
is_default
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required