---
title: "Get Product Details"
method: GET
path: "/product/get"
---

# Get Product Details

`GET /product/get`

Returns the details of a specific product. You can retrieve details of multiple products at a time.

## Query parameters

- `sku` string
- `id` integer
- `include_hierarchy` boolean
- `ou_code` string
- `fetch_type` 'ALL' | 'ORG' | 'SCOPE'

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` boolean
      - `code` integer
      - `message` string
    - `product` object
      - `item` object[]
        - `item_id` string
        - `sku` string
        - `item_ean` string
        - `price` string
        - `img_url` string
        - `in_stock` string
        - `description` string
        - `long_description` unknown
        - `size` unknown
        - `style` unknown
        - `brand` unknown
        - `color` unknown
        - `category` unknown
        - `attributes` unknown
        - `added_on` string
        - `item_status` object
          - `status` boolean
          - `code` integer
          - `message` string

## Other responses

- `400` — 400

---

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