---
title: "POST /products/{product_product_id}/parameters"
method: POST
path: "/products/{product_product_id}/parameters"
tags: ["Products"]
---

# POST /products/{product_product_id}/parameters

`POST /products/{product_product_id}/parameters`

## Path parameters

- `product_product_id` string, required

## Request body

- DpParameterCreate
  - `name` string, required
  - `title` string, required
  - `description` string, nullable, required
  - `type` 'text' | 'dropdown' | 'password' | 'email' | 'checkbox' | 'subdomain' | 'domain' | 'address' | 'phone' | 'object' | 'url' | 'choice' | 'heading' | 'content'
  - `scope` string
  - `phase` string
  - `constraints` object, required
  - `hint` string
  - `default` object
  - `placeholder` string
  - `parent` DpParameterUpdateReference
    - `id` string, nullable, required
    - `name` string

## Response `201`

- DpParameterRead
  - `id` string, required
  - `name` string, required
  - `title` string, required
  - `description` string, nullable
  - `type` 'text' | 'dropdown' | 'password' | 'email' | 'checkbox' | 'subdomain' | 'domain' | 'address' | 'phone' | 'object' | 'url' | 'choice' | 'heading' | 'content'
  - `scope` string, required
  - `phase` string, required
  - `hint` string
  - `default` object
  - `placeholder` string
  - `constraints` object
    - `required` boolean
    - `hidden` boolean
    - `unique` boolean
    - `shared` string
    - `reconciliation` boolean
    - `min_length` integer
    - `max_length` integer
    - `choices` string[]
    - `level` string
    - `display_content` string
    - `dependency` object
      - `parameter` union
        - object
          - `id` string, required
          - `name` string
        - object
          - `id` string
          - `name` string, required
      - `values` string[]
      - `required` boolean
      - `hidden` boolean
      - `readonly` boolean
  - `parent` DpParameterReference
    - `id` string, nullable, required
    - `name` string
  - `position` integer, nullable
  - `events` object
    - `created` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `updated` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string

## Other responses

- `400`

---

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