---
title: "Get persistent cart by customer ID"
method: GET
path: "/get-cart/customer/{id}"
tags: ["cart"]
---

# Get persistent cart by customer ID

`GET /get-cart/customer/{id}`

Gets the persistent cart for the provided customer ID.

## Path parameters

- `id` string, required

## Query parameters

- `thumb` boolean

## Response `200`

Persistent cart 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` — Customer ID is required or cart 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/revisions/2031b047ca5f/schema)
