---
title: "Get Products Group Details"
method: GET
path: "/product/group/{group_uid}"
---

# Get Products Group Details

`GET /product/group/{group_uid}`

## Path parameters

- `group_uid` string, required

## Response `200`

200

- object
  - `type` string
  - `data` object
    - `product_group_uid` string
    - `product_group_name` string
    - `product_group_description` string
    - `associated_products` object[]
      - `product` object
        - `product_uid` string
        - `prefix` string
        - `product_id` string
        - `product_category` object
          - `category_name` string
          - `category_uid` string
        - `product_image` string
        - `product_barcode` string
        - `product_files` unknown[]
          - unknown
        - `brand` string
        - `specification` string
        - `uom` string
        - `product_name` string
        - `product_description` string
        - `product_type` string
        - `meta_data` object[]
          - `label` string
          - `value` string
          - `hide_field` boolean
          - `hide_to_fe` boolean
          - `_id` string
        - `product_manual_link` string
        - `location_availability` object[]
          - `location` object
            - `is_deleted` boolean
            - `location_name` string
            - `location_uid` string
          - `quantity` integer
          - `min_quantity` integer
          - `serial_nos` unknown[]
            - unknown
          - `created_at` string
          - `_id` string
        - `track_quantity` boolean
        - `quantity` integer
        - `min_quantity` integer
        - `currency` string
        - `price` integer
        - `purchase_price` integer
        - `has_custom_tax` boolean
        - `tax` object
          - `tax_rate` integer
          - `tax_name` string
          - `tax_exempt` boolean
        - `is_available` boolean
        - `is_deleted` boolean
        - `created_by` object
          - `user_uid` string
          - `first_name` string
          - `last_name` string
          - `email` string
          - `external_login_id` unknown
          - `home_phone_number` unknown
          - `designation` string
          - `emp_code` string
          - `prefix` unknown
          - `work_phone_number` string
          - `mobile_phone_number` unknown
          - `profile_picture` string
          - `hourly_labor_charge` integer
          - `is_active` boolean
          - `is_deleted` boolean
          - `created_at` string
          - `updated_at` string
        - `created_at` string
        - `product_no` integer
        - `original_price` integer
      - `quantity` integer
    - `is_active` boolean
    - `is_deleted` boolean
    - `created_by` object
      - `user_uid` string
      - `first_name` string
      - `last_name` string
      - `email` string
      - `external_login_id` unknown
      - `home_phone_number` unknown
      - `designation` string
      - `emp_code` string
      - `prefix` unknown
      - `work_phone_number` string
      - `mobile_phone_number` unknown
      - `profile_picture` string
      - `hourly_labor_charge` integer
      - `is_active` boolean
      - `is_deleted` boolean
      - `created_at` string
      - `updated_at` string
    - `created_at` string

## Other responses

- `400` — 400

---

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