GET v1/store/login/user/orders/cart/items/count
Gets the general cart information of the current user.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Returns the general cart information of the current user.
CartIndicatorModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemsCount |
The total number of items in the cart. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ItemsCount": 1
}