GET:addresses/short.json
Commerce APIGET:addresses/short.json

GET:addresses/short.json

Description

Get one or multiple short addresses by id.

This is a typical bulk get endpoint.

Topic: Addresses

Query Parameters

ids: Comma-separated array of String, required

List of short address ids. See also: Unique Identifiers

Example: ?ids=short_address_id,short_address_id


loose: Boolean

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

Example: ?loose=true

Response Body

Array of AddressShort

Response Body Type

Loading module