---
title: "Get a Product Details"
method: GET
path: "/products/{product_uid}"
---

# Get a Product Details

`GET /products/{product_uid}`

## Path parameters

- `product_uid` string, required

## Response `200`

200

- object
  - `type` string
  - `data` object
    - `_id` string
    - `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` object[]
      - `attachment_uid` string
      - `file_name` string
      - `url` string
      - `created_by` integer
      - `file_url` string
    - `brand` string
    - `product_name` string
    - `product_description` string
    - `product_type` string
    - `meta_data` object[]
      - `label` string
      - `value` string
      - `type` string
      - `hide_field` boolean
      - `module_name` string
      - `hide_to_fe` boolean
      - `_id` string
    - `product_manual_link` string
    - `location_availability` object[]
      - `location` object
        - `location_uid` string
        - `location_name` string
        - `is_deleted` boolean
      - `quantity` integer
      - `min_quantity` integer
      - `serial_nos` unknown[]
        - unknown
      - `_id` string
      - `created_at` string
    - `track_quantity` boolean
    - `quantity` integer
    - `min_quantity` integer
    - `currency` string
    - `price` number
    - `has_custom_tax` boolean
    - `tax` object
      - `tax_rate` unknown
      - `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` unknown
      - `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
    - `uom` string
    - `specification` string
    - `associated_products` unknown[]
      - unknown
    - `purchase_price` unknown
    - `is_billable` boolean
    - `markdown_description` string
    - `plain_text_description` string

---

[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/versions/c7b8028a05de/schema)
