Query customer addresses

Get a paged result of assigned addresses for a specific customer. Returns a page with 100 addresses by default. Addresses are sorted in descending order by addressId. This can be changed with the optional direction and orderBy parameters.

Path Params
string
required

Unique external reference.

Query Params
string

Use RSQL query language. Intro here: https://aboullaite.me/rsql/.

int32
Defaults to 0

Zero-based page index (0..N). Defines the index of the displayed page.

int32
Defaults to 100

Defines the number of objects per page to be returned.

string
Defaults to addressId

Defines the criteria by which the result is ordered.

string
Defaults to DESC

Defines the direction of the ordered response. Default order is descending.

Responses

Language
Credentials
OAuth2
Missing 1 required scope
LoadingLoading…
Response
Choose an example:
application/json