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

# GET /products/{product_product_id}/parameters

`GET /products/{product_product_id}/parameters`

## Path parameters

- `product_product_id` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `constraints.hidden` boolean
- `constraints.reconciliation` boolean
- `constraints.required` string
- `constraints.shared` string
- `constraints.unique` boolean
- `id` string
- `name` string
- `phase` 'configuration' | 'fulfillment' | 'ordering'
- `position` integer
- `scope` 'asset' | 'tier1' | 'tier2' | 'product' | 'item' | 'marketplace' | 'item_marketplace'
- `title` string
- `type` 'text' | 'dropdown' | 'password' | 'email' | 'checkbox' | 'subdomain' | 'domain' | 'address' | 'phone' | 'object' | 'url' | 'choice' | 'heading' | 'content'

## Response `200`

- 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

---

[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)
