Skip to content

Update Customer Address

Edits an existing customer address. The update is partial — send only the fields you want to change. The response is the full updated address detail.

EndpointMethod
/api/admin/customers/{customerId}/addresses/{id}PUT

Ownership guard

If the path customerId doesn't match the address's customer_id, the request returns 403. This prevents cross-customer edits via fabricated URLs.

Permission: customers.addresses.edit.

TIP

For default-address behaviour and the address-book overview, see the Addresses overview.

Released under the MIT License.