Skip to main content
GET
/
storedAddresses
/
{id}
Get stored addresses
curl --request GET \
  --url https://api.quivo.co/storedAddresses/{id}
{
  "id": 123,
  "created": "2023-11-07T05:31:56Z",
  "lastModified": "2023-11-07T05:31:56Z",
  "identifierType": "GLN",
  "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": "2023-11-07T05:31:56Z",
  "sort": {
    "short": true,
    "nodeType": "ARRAY",
    "float": true,
    "binary": true,
    "number": true,
    "integralNumber": true,
    "boolean": true,
    "double": true,
    "long": true,
    "int": true,
    "valueNode": true,
    "containerNode": true,
    "missingNode": true,
    "object": true,
    "pojo": true,
    "floatingPointNumber": true,
    "bigDecimal": true,
    "bigInteger": true,
    "textual": true,
    "array": true,
    "null": true
  }
}

Path Parameters

id
integer<int64>
required

The unique identifier for the resource.

Response

Returns the stored address details including address information and identifiers.

Complete stored address information. Contains full address details and metadata for account-wide accessible addresses.

id
integer<int64>

The unique identifier for the id

created
string<date-time>

Timestamp when the item was created

lastModified
string<date-time>

Timestamp when the item was last modified

identifierType
enum<string>

The type or category of the identifier

Available options:
GLN,
AMAZON_FCID,
SHOP_SPECIFIC,
STORE_ID
identifier
string

Unique identifier for the item

company
string

Company name

city
string

City name

country
string

Country code or name

name1
string

The name of the item

name2
string

The name of the item

address1
string

Address information

address2
string

Address information

address3
string

Address information

zip
string

ZIP or postal code

state
string

State or province

phone
string

Phone number

email
string

Email address

deletedAt
string<date-time>

The deleted at timestamp

sort
object

The