Loading theme toggle
GET/customers/self/addresses/search

Search addresses via Australia Post

**Status:** `draft` Search for addresses using Australia Post address lookup service. Returns standardized address suggestions for autocomplete.

Customers

Request

Make a GET request to /customers/self/addresses/search.

Query Parameters

addressstringrequired
Address string to search for
countryIdinteger
Country ID (16 for Australia)
limitinteger
Maximum addresses to return

Response

200Address search results
400Bad Request
401Unauthorized
500Internal Server Error