---
title: "Get design by id"
method: GET
path: "/v2/designs/{id}"
---

# Get design by id

`GET /v2/designs/{id}`

Retrieve details regarding your design. This includes both inventory and on-demand products that can be found on the "My Catalog" tab on your Corporate Merch dashboard.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `data` object
    - `id` integer
    - `sku` string
    - `name` string
    - `description` unknown
    - `colors` object[]
      - `code` string
      - `name` string
    - `quantity` integer
    - `type` string
    - `weight` string
    - `unit_price` string
    - `prices` object[]
      - `amount` string
      - `min_quantity` integer
      - `max_quantity` integer
    - `dimensions` object
      - `length` string
      - `width` string
      - `height` string
    - `created_at` string
    - `images` object[]
      - `id` integer
      - `src` string
      - `thumbnail` string
    - `original_logo` object
      - `id` integer
      - `src` string
      - `thumbnail` string
    - `production_logo` object
      - `id` integer
      - `src` string
      - `thumbnail` string
    - `variants` object[]
      - `id` integer
      - `product_id` integer
      - `sku` string
      - `quantity` integer
      - `size` string
      - `gender` string
      - `image` object
        - `id` integer
        - `src` string
        - `thumbnail` string
    - `estimated_ship_date` string

---

[API](https://skmtc.net/corporatemerch/apis/corporate-merch.md) · [All operations](https://skmtc.net/corporatemerch/apis/corporate-merch/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/corporatemerch/corporate-merch/versions/1739fae86fb3/schema)
