---
title: "Update a stored address in the seller's address book"
method: PUT
path: "/addresses/{sellerId}/{addressId}"
tags: ["addresses"]
---

# Update a stored address in the seller's address book

`PUT /addresses/{sellerId}/{addressId}`

ADD ENDPOINT DESCRIPTION HERE

## Path parameters

- `sellerId` integer, required
- `addressId` integer, required

## Request body

- string

## Response `200`

successful operation

- AddressGet
  - `defaultFor` string[]
  - `name` string
  - `company` string
  - `address1` string
  - `address2` string
  - `zip` string
  - `city` string
  - `state` string
  - `country` string
  - `phone` string
  - `email` string
  - `id` integer

---

[API](https://skmtc.net/writechoiceorg/apis/connector.md) · [All operations](https://skmtc.net/writechoiceorg/apis/connector/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/writechoiceorg/connector/revisions/7ce09a4b2a4e/schema)
