---
title: "Count cart items"
method: GET
path: "/cart/items/count"
tags: ["cart-items"]
---

# Count cart items

`GET /cart/items/count`

Returns the count of items in the customer's cart.

## Query parameters

- `return` 'numeric'

## Response `200`

Cart item count retrieved successfully.

- integer — Number of items in the cart.

## Other responses

- `400` — Bad request - invalid parameters.

---

[API](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication.md) · [All operations](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cocartapi/cocart-jwt-authentication/revisions/2031b047ca5f/schema)
