---
title: "POST /guest/coupon/{code}"
method: POST
path: "/guest/coupon/{code}"
---

# POST /guest/coupon/{code}

`POST /guest/coupon/{code}`

## Path parameters

- `code` string, required

## Request body

- object
  - `guestCart` GuestShoppingCart
    - `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`

setGuestCartCoupon 200 response

- Coupon

---

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