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
Code | Description |
---|---|
201 | All cart items of the client |
409 | Unauthorized |
Response Sample
Content type
application/json
[
{
"statusCode": 200,
"success": true,
"data": [
+ {...}
]
}
...
]