Retrieve a cart address list
Retrieve a cart address list.
Authorizations:Token, JWT
Query Parameters
page | integerDefault: 1 The collection page number |
itemsPerPage | integer>= 0Default: 30 The number of items per page |
cart_id required | string36 charactersCart ID |
Query Parameters
page | integerDefault: 1 The collection page number |
itemsPerPage | integer>= 0Default: 30 The number of items per page |
cart_id required | string36 charactersCart ID |
Responses
200Cart Address collection
Response schema:
Cart Address collection Array
cartId | string | ||||||||
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 |