---
title: "Get cart in session by cart key"
method: GET
path: "/get-cart/{id}"
tags: ["cart"]
---

# Get cart in session by cart key

`GET /get-cart/{id}`

Gets the cart in session for the provided cart key.

## Path parameters

- `id` string, required

## Query parameters

- `thumb` boolean

## Response `200`

Cart in session retrieved successfully.

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

## Other responses

- `404` — Cart in session is not valid or not found.

---

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