---
title: "Get details of storedAddress by storedAddressId"
method: GET
path: "/storedAddresses/{id}"
tags: ["storedAddresses"]
---

# Get details of storedAddress by storedAddressId

`GET /storedAddresses/{id}`

ADD ENDPOINT DESCRIPTION HERE

## Path parameters

- `id` integer, required

## Response `200`

successful operation

- StoredAddressGet
  - `id` integer
  - `created` string, date-time
  - `lastModified` string, date-time
  - `identifierType` 'GLN' | 'AMAZON_FCID' | 'SHOP_SPECIFIC' | 'STORE_ID'
  - `identifier` string
  - `company` string
  - `city` string
  - `country` string
  - `name1` string
  - `name2` string
  - `address1` string
  - `address2` string
  - `address3` string
  - `zip` string
  - `state` string
  - `phone` string
  - `email` string
  - `deletedAt` string, date-time
  - `sort` JsonNode
    - `float` boolean
    - `short` boolean
    - `nodeType` 'ARRAY' | 'BINARY' | 'BOOLEAN' | 'MISSING' | 'NULL' | 'NUMBER' | 'OBJECT' | 'POJO' | 'STRING'
    - `number` boolean
    - `double` boolean
    - `binary` boolean
    - `integralNumber` boolean
    - `boolean` boolean
    - `long` boolean
    - `int` boolean
    - `valueNode` boolean
    - `containerNode` boolean
    - `missingNode` boolean
    - `object` boolean
    - `pojo` boolean
    - `floatingPointNumber` boolean
    - `bigDecimal` boolean
    - `bigInteger` boolean
    - `textual` boolean
    - `array` boolean
    - `null` boolean

---

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