POST
/
customers
/
{user_id}
/
addresses

Authorizations

Authorization
string
header
required

Access token

Path Parameters

user_id
string
required

User id

Body

application/json
address_line1
string
required
city
string
required
country
enum<string>
required
Available options:
India
email
string
required
first_name
string
required
phone
string
required

10 digit phone number without country code.

pincode
string
required
state
string
required
address_line2
string | null
business_name
string | null

Use in shipping details only.

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.

gstin
string | null

Use in shipping details only.

is_default_billing
boolean
is_default_shipping
boolean
landmark
string | null
last_name
string

Response

200 - application/json
content
object
message
string
success
boolean