Customers
Update an additional customer address
Update a specific additional customer address.
put/customers/{customer_id}/addresses/{additional_customer_address_id_path}
Path parameters
customer_idstring required
The unique ID of the customer.
additional_customer_address_id_pathstring required
Example:86e05affc7a7abefcd513ab400
Unique ID of the customer additional address.
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
No Content