---
title: "Get Product transaction details"
method: GET
path: "/product/transaction/{transaction_uid}"
---

# Get Product transaction details

`GET /product/transaction/{transaction_uid}`

## Path parameters

- `transaction_uid` string, required

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

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