Skip to main content

All Cart Items

Returns all items in the user's cart. This endpoint allows you to return all items in users's cart.

GET /api/v1/client/cart

Responses

CodeDescription
201All cart items of the client
409Unauthorized

Response Sample

Content type
application/json
[
{
"statusCode": 200,
"success": true,
"data": [
+ {...}
]
}
...
]