Alokai

GetAddressResponse

Customer address collection response.

interface GetAddressResponse {
	data: UserAddress[];
	meta: MetaCollection;
}

Properties

NameRequiredTypeDescription
dataRequiredUserAddress[]Collection of customer addresses.
metaRequiredMetaCollectionData about the response, including pagination and collection totals.

Referenced Types

On this page