---
title: "Get list of addresses stored in the seller's address book"
method: GET
path: "/addresses/{sellerId}"
tags: ["addresses"]
---

# Get list of addresses stored in the seller's address book

`GET /addresses/{sellerId}`

ADD ENDPOINT DESCRIPTION HERE

## Path parameters

- `sellerId` integer, required

## Response `200`

ADD RESPONSE DESCRIPTION HERE - 200

- 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)
