---
title: "GET /guest/items"
method: GET
path: "/guest/items"
---

# GET /guest/items

`GET /guest/items`

## Query parameters

- `guestCart` GuestShoppingCart, required
  - `sessionId` string — Get the the sessionId
  - `date` string, date — Get the current date they are shopping for
  - `items` ShoppingCartItem[] — Get the shopping cart items for the current guest.
  - `itemsSubtotal` number — Returns the subtotal of current cart items.
  - `coupon` Coupon
  - `preselectedCartItems` ShoppingCartItem[] — Get the preselected shopping cart items for the current guest.

## Response `200`

getItems 200 response

- ShoppingCartItem[]

---

[API](https://skmtc.dev/mamaearth/apis/mama-earth-api.md) · [All operations](https://skmtc.dev/mamaearth/apis/mama-earth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mamaearth/mama-earth-api/revisions/42b90383d711/schema)
