---
title: "Search storedAddresses"
method: GET
path: "/storedAddresses"
tags: ["storedAddresses"]
---

# Search storedAddresses

`GET /storedAddresses`

ADD ENDPOINT DESCRIPTION HERE

## Query parameters

- `query` string
- `sort` string
- `page` integer
- `searchAfter` string
- `pageSize` integer

## Response `200`

successful operation

- StoredAddress[]
  - `id` integer
  - `version` integer
  - `created` string, date-time
  - `lastModified` string, date-time
  - `address` Address
    - `name1` string
    - `name2` string
    - `company` string
    - `address1` string
    - `address2` string
    - `address3` string
    - `zip` string
    - `city` string
    - `state` string
    - `country` string
    - `phone` string
    - `email` string
    - `identifierType` 'GLN' | 'AMAZON_FCID' | 'SHOP_SPECIFIC' | 'STORE_ID'
    - `identifier` string
    - `additionalAddressIdentifiers` AdditionalAddressIdentifier[]
      - `type` 'GLN' | 'AMAZON_FCID' | 'SHOP_SPECIFIC' | 'STORE_ID'
      - `identifier` string
    - `empty` boolean
  - `deletedAt` string, date-time
  - `sort` string
  - `typeId` string

---

[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/versions/7ce09a4b2a4e/schema)
