---
title: "View purchase order line item V3"
method: GET
path: "/api/v3/purchaseOrders/{id}/lineItems/{lineItemId}"
tags: ["PurchaseOrder"]
---

# View purchase order line item V3

`GET /api/v3/purchaseOrders/{id}/lineItems/{lineItemId}`

This endpoint requires the following scopes: `purchaseOrder:read`.

View a single purchase order line item.

## Path parameters

- `id` string, required
- `lineItemId` string, required

## Query parameters

- `include` string[]

## Response `200`

View a single purchase order line item.

- object
  - `data` object — Purchase Order Line Item
    - `type` 'product'
    - `id` string — ID of the line item.
    - `number` string — The Number of the line item. Usually the product SKU, but can be adjusted if required.
    - `name` string — The name of the line item. Usually the product name, but can be adjusted if required.
    - `description` string — The description of the line item. Usually the product description, but can be adjusted if required.
    - `quantity` number, float — The quantity of the line item.
    - `product` union — The product of the line item.
      - object
        - `id` string, required
        - `number` unknown, required
        - `createdAt` string, date-time — Creation timestamp
        - `updatedAt` string, date-time — Last update timestamp
      - object
        - `id` string
    - `countryOfOrigin` unknown
    - `hsCode` unknown
    - `customFields` object[] — Custom fields with their values and metadata.
      - `key` string
      - `value` string
      - `label` string
    - `unit` string — The unit of the line item.
    - `deliveryDate` string, date — The delivery date of the line item.
    - `deliveryDateAsCalendarWeek` boolean — Whether to show the delivery date as calendar week or explicit.
    - `packagingUnit` string — The unit of packaging for the line item.
    - `internalComment` string — Internal comment, does not show up on the document. Intended to be used for company-internal notes.
    - `customerProductNumber` string — Customer product number for the line item.
    - `order` integer — The ordering sequence of the line item.
    - `updatedAt` string, date-time — The date and time when the line item was last updated.
    - `createdAt` string, date-time — The date and time when the line item was created.
    - `salesOrderLineItem` object — sales order line item reference.
      - `id` string — ID of the line item
    - `deliveredQuantity` unknown
    - `taxRate` union — Tax rate type applied to this line item
      - 'standard' | 'reduced' | 'exempt'
      - number, float
    - `effectiveTaxRate` number, float — Effective tax rate for this line item
    - `price` object — Price information for this line item
      - `net` object — Money
        - `amount` union
          - string
          - number
        - `currency` string — Currency
    - `taxLegalNotice` string — Legal notice regarding tax for this line item
    - `supplierProductNumber` string — The supplier-specific product number (from purchase prices).
    - `supplierProductName` string — The supplier-specific product name (from purchase prices).

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

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