---
title: "listTransactionItems"
method: GET
path: "/transactions/{transaction}/items"
tags: ["Transaction Item"]
---

# listTransactionItems

`GET /transactions/{transaction}/items`

Fetch Transaction Items.

## Path parameters

- `transaction` integer, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Success

- object
  - `current_page` integer — Index of current page
  - `data` object[] — Collection of Transaction Item
    - `product_name` string — Name of Product
    - `quantity` integer — Quantity purchased
    - `raw_final_price` number, double, nullable — Represents the total raw value of a Transaction item - it is either set directly (as with a direct donation) or derived from the Product of `raw_price` (the price of the Transaction item's associated Product) and the specified quantity. All raw amounts are presented in terms of `raw_currency_code`, which is inherited from the Transaction item's Transaction and cannot be set on a per-item basis
    - `raw_overhead_amount` number, double, nullable — Which indicates the amount of the `raw_final_price` that is attributed to Campaign overhead.
    - `type` 'donation' | 'registration' | 'offline_donation' | 'chargeback_reversal' | 'custom_product' | 'auction' | 'good' — Type of Transaction Item ledger
    - `campaign_id` integer — ID of Campaign the Transaction Item's Transaction is associated with
    - `donation_gross_amount` number, double — Amount charged for item to shown
    - `donation_net_amount` number, double — Amount charged for item
    - `fees_amount` number, double — Fees charged for Transaction Item
    - `final_price` number, double — Reflect a conversion from raw and/or charged attributes into the Transaction Item's `currency_code`, which is the same for all Passport-enabled entities associated with the Transaction item's Organization.
    - `fundraising_page_id` integer, nullable — ID of Fundraising Page the Transaction Item's Transaction is associated with
    - `fundraising_team_id` integer, nullable — ID of Fundraising Team the Transaction Item's Transaction is associated with
    - `id` integer — Primary identifier of Transaction Item
    - `organization_id` integer — ID of Organization the Transaction Item's Transaction is associated with
    - `overhead_amount` number, double — Amount of event/host fees
    - `price` number, double — Price per unit
    - `product_id` integer, nullable — ID of the item's Product
    - `transaction_id` integer — ID of Transaction the item belongs to
    - `commerce_order_item_id` string, nullable — ID of Commerce Order Item the item belongs to
    - `designation_id` integer, nullable — ID of the designation/project for the Commerce Order Item that the item belongs to
  - `first_page_url` string, nullable — URL of first page of results
  - `from` integer, nullable — Index of first displayed result within total result set
  - `last_page` integer — Index of last page in result set
  - `last_page_url` string, nullable — URL of last page of results
  - `next_page_url` string, nullable — URL of next page of results
  - `path` string, nullable — URL of current page of results
  - `per_page` integer — Maximum number of records returned per page of results
  - `prev_page_url` string, nullable — URL of previous page of results
  - `links` PaginationLink[] — Collection of objects representing pages {label, URL, active} that can be used to request the associated page of records.
    - `label` string — Identifier of the page.
    - `url` string, nullable — URL that can be used to fetch associated page of records.
    - `active` boolean — Identifies whether the previously requested page matches the page this link object references.
  - `to` integer, nullable — Index of last displayed result within total result set
  - `total` integer — Total count of records in result set

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Transaction not found

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/versions/d22bb925eeed/schema)
