---
title: "Create New Product Groups"
method: POST
path: "/v1/productGroups"
tags: ["Product Groups"]
---

# Create New Product Groups

`POST /v1/productGroups`

Creates new product groups based on the details provided in the request body. The request includes information such as the product group name, code, and associated actor.

## Request body

- ProductGroupCreateRequest
  - `ActorID` integer — The unique identifier of the actor associated with the product group.
  - `ProductGroupName` string, nullable — The name of the product group to be created.
  - `ProductGroupCode` integer, nullable — The code associated with the product group.
  - `ProductGroupSubCode` integer, nullable — A sub-code for further categorizing the product group.
  - `ProductGroupCategoryCode` string, nullable — The category code associated with the product group.

## Response `200`

The product group was successfully created, and the response contains the details of the created product group.

- ProductGroup
  - `ProductGroupRef` string, nullable — A reference identifier for the product group.
  - `ActorRef` string, nullable — A reference identifier for the actor associated with the product group.
  - `ProductGroupID` integer, nullable — The unique identifier of the product group.
  - `ActorID` integer, nullable — The unique identifier of the actor associated with the product group.
  - `ProductGroupName` string, nullable — The name of the product group.
  - `ProductGroupCode` integer, nullable — The code associated with the product group.
  - `ProductGroupSubCode` integer, nullable — A sub-code associated with the product group for further categorization.
  - `ProductGroupCreatedBy` integer, nullable — The identifier of the user who created the product group.
  - `ProductGroupCreationDate` string, date-time, nullable — The date and time when the product group was created.
  - `ProductGroupUpdatedBy` integer, nullable — The identifier of the user who last updated the product group.
  - `ProductGroupLastUpdated` string, date-time, nullable — The date and time when the product group was last updated.
  - `ProductGroupPictureURL` string, nullable — The URL of the picture associated with the product group.
  - `ProductGroupCategoryCode` string, nullable — The category code associated with the product group.

---

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