Skip to main content

Retrieve a cart address list

Retrieve a cart address list.

Authorizations:Token, JWT
Query Parameters
pageintegerDefault: 1The collection page number
itemsPerPageinteger>= 0Default: 30The number of items per page
cart_id
required
string36 charactersCart ID
Query Parameters
pageintegerDefault: 1The collection page number
itemsPerPageinteger>= 0Default: 30The number of items per page
cart_id
required
string36 charactersCart ID

Responses

200Cart Address collection
Response schema:
Cart Address collection
Array
cartIdstring
isBillingboolean
isShippingboolean
fieldsArray of objects
Array
serviceNamestring
namestring
valuestring
requiredboolean
idinteger>= 0
401Unauthorized
Response schema:
Unauthorized
typestring
titlestring
detailstring or null
instancestring or null
500Internal error
Response schema:
Internal error
typestring
titlestring
detailstring or null
instancestring or null