---
title: "Update Customer Address"
method: PATCH
path: "/developer/customer-address"
tags: ["Developer", "Developer - Customers"]
---

# Update Customer Address

`PATCH /developer/customer-address`

Update the address for the current customer.

This endpoint is restricted to developer users only.
Sets the customer's physical address used for billing and invoices.

- **address**: The customer's physical address

## Request body

- UpdateCustomerAddressRequest — Request to update customer address.
  - `address` CustomerAddress, required — Physical address for a customer (law firm/organization).
    - `address_line1` string, required — Street address
    - `address_line2` string, nullable — Apartment, suite, unit, etc.
    - `city` string, required — City
    - `state` string, required — Two-letter state code (e.g., NY, CA)
    - `zip` string, required — 5-digit or 9-digit ZIP code

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
