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

# Get all Products Transaction

`GET /product/transaction`

## Query parameters

- `page` string
- `count` string
- `sort` 'ASC' | 'DESC'
- `sort_by` 'quantity' | 'created_at'
- `type` ''
- `product_uid` string
- `location_uid` string
- `created_at` string
- `from_location` string
- `to_location` string
- `created_at_from` string
- `created_at_to` string

## Response `200`

200

- object
  - `type` string
  - `data` object[]
    - `transaction_uid` string
    - `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` integer
      - `is_active` boolean
      - `is_deleted` boolean
      - `created_at` string
      - `updated_at` string
    - `product` object
      - `product_name` string
      - `product_uid` string
    - `to_location` object
      - `location_name` string
      - `location_uid` string
    - `quantity` integer
    - `type` string
    - `created_at` string
    - `is_deleted` boolean
    - `serial_nos` string[]
    - `remarks` string
    - `id` string
  - `total_records` integer
  - `current_page` integer
  - `total_pages` integer

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