---
title: "Get all Products"
method: GET
path: "/product"
---

# Get all Products

`GET /product`

## Query parameters

- `page` integer
- `count` integer
- `sort` 'ASC' | 'DESC'
- `sort_by` string
- `pricelist` string
- `filter.from_date` string, date-time
- `filter.to_date` string, date-time
- `filter.keyword` string
- `filter.location_uid` string
- `filter.is_available` string
- `filter.product_category` string
- `filter.product_type` string
- `filter.custom_field` string
- `filter.brand` string
- `filter.specification` string
- `filter.product_uid` string
- `filter.product_id` string
- `filter.updated_at_from` string, date-time
- `filter.updated_at_to` string, date-time
- `filter.min_quantity` integer
- `filter.is_deleted` boolean
- `filter.serial_no` string
- `filter.pricing_level` string
- `filter.is_billable` boolean
- `filter.low_stock` boolean
- `filter.scan_code` string
- `filter.associated_product_uid` string
- `filter.business_unit` string

## 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
    - `updated_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
    - `id` string
  - `total_records` integer
  - `current_page` integer
  - `total_pages` integer

---

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