---
title: "POST /api/products/streams"
method: POST
path: "/api/products/streams"
tags: ["api", "products"]
---

# POST /api/products/streams

`POST /api/products/streams`

Create a Product Stream

## Request body

- POSTProductsCreateAProductStream
  - `name` string, required — The name of the product stream.
  - `active` boolean — Whether the product stream is active or not.
  - `products` string[] — The products in the product stream.

## Response `201`

Created

- POSTProductsCreateAProductStream201Response
  - `_id` string, required — The ID of the product stream.
  - `name` string, required — The name of the product stream.
  - `sellerId` string, required — The seller ID of the product stream.
  - `products` string[] — The products in the product stream.
  - `active` boolean — Whether the product stream is active or not.
  - `createdAt` string, date-time — An ISO timestamp indicating when the product was created.
  - `updatedAt` string, date-time — An ISO timestamp indicating when the product was last updated.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
