---
title: "Create Group"
method: POST
path: "/v1/shops/{shopId}/groups"
tags: ["Groups"]
---

# Create Group

`POST /v1/shops/{shopId}/groups`

Creates a new group.

## Request body

- object
  - `name` string, required
  - `category_id` string
  - `image_id` string
  - `visibility` 'public' | 'unlisted' | 'private', required
  - `products` string[], required
  - `badge_color` string
  - `badge_text` string
  - `metadata` string — Must not be greater than 65535 characters.
  - `apply_category_to_products` boolean

## Response `200`

---

[API](https://skmtc.dev/sellauth/apis/sellauth-api.md) · [All operations](https://skmtc.dev/sellauth/apis/sellauth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sellauth/sellauth-api/revisions/945e6d749d68/schema)
