---
title: "Create"
method: POST
path: "/product_groups/create/"
---

# Create

`POST /product_groups/create/`

Creates a new product group.

## Request body

- object
  - `name` string, required — Product Group's name
  - `group_type` 'eligibility' | 'incentive' | 'sku_swap', required — Group Type's name
  - `merchant` string, required — Merchant ID

## Response `201`

201

- object
  - `name` string
  - `group_type` string

## Other responses

- `400` — 400
- `403` — 403

---

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