---
title: "Get all Pricelist"
method: GET
path: "/products/pricelist"
---

# Get all Pricelist

`GET /products/pricelist`

## Query parameters

- `sort_by` 'created_at' | 'pricelist_name'
- `sort` 'ASC' | 'DESC'
- `page` integer
- `limit` integer
- `filter.is_active` boolean
- `filter.pricelist_type` 'PER_ITEM' | 'FIXED_DISCOUNT' | 'FIXED_MARGIN'
- `filter.keyword` string
- `filter.created_at_from` string, date
- `filter.created_at_to` string, date

## Response `200`

200

- object
  - `type` string
  - `data` object[]
    - `pricelist_uid` string
    - `pricelist_name` string
    - `pricelist_type` string
    - `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` string
      - `designation` string
      - `emp_code` string
      - `prefix` unknown
      - `work_phone_number` string
      - `mobile_phone_number` unknown
      - `profile_picture` string
      - `hourly_labor_charge` unknown
      - `is_active` boolean
      - `is_deleted` boolean
      - `created_at` string
      - `updated_at` string
    - `created_at` string
    - `updated_at` string
    - `pricelist_id` integer
    - `display_pricelist_value` string
  - `total_records` integer
  - `current_page` integer
  - `total_pages` integer

## Other responses

- `400` — 400

---

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