Post
/box/customer/v1/customers/{customerId}/addresses
Add a new address to a customer
Path parameters
customerId
stringRequired
The ID of the customer to be updated
Body parameters
Update a customer
object
line1
string
line2
string
city
string
province
string
zipcode
string
country
string
Responses
200
Successful operation
object
data
object (1.0.11_Address)
id
string (uuid)
type
string
Valid values[
"ADDRESS"
]
createdAt
string (date-time)
updatedAt
string (date-time)
line1
string
line2
string
city
string
province
string
zipcode
string
country
string
401
Unauthorized
403
Forbidden
404
User not found
500
Internal error