View addresses - customer context
Using this endpoint, a customer can view their own addresses through the storefront UI.
Authorizations
The access token.
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
A UUID of the request.
Query Parameters
The number of records to skip before returning records. For example, when offset is 20 and limit's 10, this endpoint returns records from 21 to 30.
The maximum number of records in a single page.
The criteria to sort results, where -
indicates a descending order and +
indicates an ascending order. You can sort the following fields - updatedAt
, country
, city
, and region
.
A flag indicating whether only the deleted addresses are returned in the response. Specify true
to get only the deleted addresses and false
to get only the non-deleted ones.
Response
The list of customer addresses for the customerId.
The pagination criteria.
addresses of the sent customer
Was this page helpful?