POST
/
v1
/
c
/
customer
/
{customer_id}
/
address

Authorizations

wb-key
string
headerrequired

Path Parameters

customer_id
string
required

Id of the Customer

Body

application/json
city
string
required

City name

country
string
required

ISO 3166 2-letter Country code

line_1
string
required

First line of address

line_2
string | null

Second line of the address. Optional

state
string | null

State, or another appropriate administrative region

zip
string
required

Zip or Postal code

Response

200 - application/json
city
string
required

City name

country
string
required

ISO 3166 2-letter Country code

line_1
string
required

First line of address

line_2
string | null

Second line of the address. Optional

state
string | null

State, or another appropriate administrative region

zip
string
required

Zip or Postal code