---
title: "POST /products"
method: POST
path: "/products"
tags: ["Products"]
---

# POST /products

`POST /products`

## Request body

- DpProductCreate
  - `name` string, required
  - `external_id` string, nullable
  - `translations` DpTranslationWrite[]
    - `locale` DpIdWrite, required
      - `id` string, required
    - `description` string
    - `primary` boolean
    - `auto` DpEnabledField
      - `enabled` boolean
  - `preferred_names` object
  - `purchase_model` string

## Response `201`

- DpProductCreate
  - `name` string, required
  - `external_id` string, nullable
  - `translations` DpTranslationWrite[]
    - `locale` DpIdWrite, required
      - `id` string, required
    - `description` string
    - `primary` boolean
    - `auto` DpEnabledField
      - `enabled` boolean
  - `preferred_names` object
  - `purchase_model` string

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/revisions/0421d2a97c52/schema)
