---
title: "POST /users/{userId}/products"
method: POST
path: "/users/{userId}/products"
---

# POST /users/{userId}/products

`POST /users/{userId}/products`

## Path parameters

- `userId` integer, required

## Request body

- object
  - `productId` integer, required
  - `day` 1 | 2 | 3 | 4 | 5 | 6 | 7, required — Represents the days of the week starting with Sunday as 1.
  - `interval` integer, required
  - `quantity` integer, required
  - `hold` boolean, nullable
  - `numCycles` integer, nullable

## Response `200`

addProduct_1 200 response

- ShoppingCartControllerShoppingCartItemWithNextDateShoppingCartItemProductShoppingCartItemStoredProductShoppingCartItem
  - `nextDate` string, date, required

---

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