Addresses > Addresses > addressesShort
Storefront APIAddressesAddressesaddressesShort
addressesShort
GET:addresses/short.json

Description

Get one or multiple short addresses by id.

This is a typical bulk get endpoint.

Topic: Addresses

Arguments

ids: [String!]!

List of short address ids. See also: Unique Identifiers


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)


Result

[AddressShort!]

Preview (typescript)

function addressesShort(
ids: string[]
loose?: boolean
): AddressShort[]