---
title: "List purchase order line items"
method: GET
path: "/purchase-orders/{purchase_order_id}/line-items/"
tags: ["Purchase Order Line Items"]
---

# List purchase order line items

`GET /purchase-orders/{purchase_order_id}/line-items/`

Endpoint for retrieving a list of purchase order line items.

## Path parameters

- `purchase_order_id` string, required

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

- PaginatedPurchaseOrderLineItemList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` PurchaseOrderLineItem[], required
    - `account` string — The account associated with this line item.
    - `cost_center` string — The cost center associated with this line item, if any.
    - `created_ts` string, date-time, required — The timestamp in UTC when the line item was created.
    - `custom_fields` object — A mapping of custom field IDs to their values.
    - `description` string, required — The detailed description of the line item.
    - `discount` number, double, nullable — The discount as the percentage.
    - `id` string, required — The unique identifier of the line item.
    - `item` string — The item associated with this line item.
    - `item_unit_of_measure` string, nullable — The item unit of measure for this line item.
    - `legacy_id` string, required — [Deprecated] The legacy identifier of the line item.
    - `line_amount` number, double, required — The total amount for this line item, calculated as quantity * unit_amount - discount.
    - `modified_ts` string, date-time, required — The timestamp in UTC when the line item was last modified.
    - `order` integer
    - `quantity` number, double, required — The quantity of the item or service.
    - `tax_amount` number, double, required — The total tax amount for this line item.
    - `tax_rate` string — The tax rate applied to this line item, if any.
    - `unit_amount` number, double, required — The price per unit of the item or service.

---

[API](https://skmtc.net/wafeq/apis/wafeq-public-api.md) · [All operations](https://skmtc.net/wafeq/apis/wafeq-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wafeq/wafeq-public-api/revisions/36816b4fce7f/schema)
