---
title: "Retrieve a user's cart"
method: GET
path: "/users/{id}/cart"
---

# Retrieve a user's cart

`GET /users/{id}/cart`

Retrieve the contents of the cart for the user ID provided in the query parameter.

## Path parameters

- `id` string, required

## Query parameters

- `id` string, required

## Headers

- `id` string, required

## Response `200`

Successfully retrieved the user's cart

---

[API](https://skmtc.dev/azure/apis/user-product-api.md) · [All operations](https://skmtc.dev/azure/apis/user-product-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/user-product-api/revisions/b8a2d10e9405/schema)
