POST
/
customers
/
{user_id}
/
addresses

Authorizations

Authorization
string
headerrequired

Access token

Path Parameters

user_id
string
required

User id

Body

application/json
first_name
string
required
last_name
string
country_code
string

Two-letter code begin with a plus sign prefix that identifies different countries. By default it will be +91 if not provided.

phone
string
required

10 digit phone number without country code.

email
string
required
address_line1
string
required
address_line2
string | null
landmark
string | null
pincode
string
required
city
string
required
state
string
required
country
enum<string>
required
Available options:
India
gstin
string | null

Use in shipping details only.

business_name
string | null

Use in shipping details only.

is_default_billing
boolean
is_default_shipping
boolean

Response

200 - application/json
message
string
success
boolean
content
object