List the current customer's addresses

Lists the authenticated buyer's own live saved addresses. Both `X-Lynkow-Pk` and `Authorization: Bearer <customer-session-token>` are required. The response is buyer-specific and is never publicly cached. `page` starts at 1; `limit` is capped at 100.

GET/customers/me/addresses
Base URLhttps://api.lynkow.com/storefront/{siteId}

Query parameters

limit
number

Number <= 100

Max: 100

page
number

Number

sortBy
enum("address_name" | "created_at")

One of: address_name, created_at

sortOrder
enum("asc" | "desc")

One of: asc, desc

Feedback

Was this page helpful?