---
title: "Get cart contents"
method: GET
path: "/get-cart"
tags: ["cart"]
---

# Get cart contents

`GET /get-cart`

Gets the cart items added by the customer.

## Query parameters

- `cart_key` string
- `thumb` boolean

## Response `200`

List of cart items.

- Cart — A map of cart item keys to cart item objects. Each property key is a unique cart item key.

---

[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/versions/2031b047ca5f/schema)
