---
title: "Create collection"
method: POST
path: "/business/collections"
tags: ["Business"]
---

# Create collection

`POST /business/collections`

Create business collection

## Request body

- BusinessCollectionCreate
  - `name` string, required — Collection name
  - `products` ProductID[], required — Collection's Products

## Response `200`

Business Collection Edit Result

- BusinessCollectionEditResult
  - `id` string — Collection ID
  - `status` string — Status of moderation

## Other responses

- `400` — Wrong request parameters
- `401` — Need channel authorization for create collection
- `429` — Too many requests
- `500` — Internal Error

---

[API](https://skmtc.net/whapi/apis/whatsapp-api.md) · [All operations](https://skmtc.net/whapi/apis/whatsapp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whapi/whatsapp-api/versions/40ab05abffdb/schema)
