---
title: "Create product"
method: POST
path: "/product"
tags: ["Product"]
deprecated: true
---

# Create product

`POST /product`

> **Deprecated.**

## Request body

- ProductApiModel
  - `ArticleNumber` string
  - `Name` string
  - `Price` number, double
  - `Brand` string
  - `Stock` integer
  - `GroupCode` string
  - `Image` string
  - `Url` string
  - `Categories` integer[]
  - `Attributes` ProductAttributeApiModel[]
    - `Key` string
    - `Values` string[]

## Response `200`

The id of the created product

- string

## Other responses

- `400` — BadRequest

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/versions/9bd1e2b3633f/schema)
