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

# Count cart items

`GET /count-items`

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

## Response `200`

Cart item count retrieved successfully.

- union
  - string — Numeric count as string when cart has items
  - string — Message when cart is empty

## 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)
