Retrieve a user address list
Retrieve a user address list.
Authorizations:Token, JWT
Query Parameters
page | integerDefault: 1 The collection page number |
itemsPerPage | integer>= 0Default: 30 The number of items per page |
Responses
200User Address collection
Response schema:
User Address collection Array
isBilling | boolean | ||||||||
isShipping | boolean | ||||||||
fields | Array of objects | ||||||||
Array
| |||||||||
id | integer>= 0 |
401Unauthorized
Response schema:
Unauthorized type | string |
title | string |
detail | string or null |
instance | string or null |
500Internal error
Response schema:
Internal error type | string |
title | string |
detail | string or null |
instance | string or null |