Customers
Create an additional customer address
Add a new additional customer address.
post/customers/{customer_id}/addresses
Path parameters
customer_idstring required
The unique ID of the customer.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"additional_address": {
"additional_address_id": "86e05affc7a7abefcd513ab400",
"address_type": "86e05affc7a7abefcd513ab400",
"address": {
"address1": "Old Town Square",
"address2": "34",
"address3": "1a",
"zip": "11000",
"city": "Prague 1",
"country_code": "cz"
}
}
}Response
Created
Example response
{
"data": {
"additional_address_id": "81a94c48474bc45c03d41f7016"
}
}