---
title: "List line items for a receipt on a purchase or sales order"
method: POST
path: "/api/receiving/receipts/{receiptId}/line-items/list"
tags: ["Receiving Receipt Line Item"]
---

# List line items for a receipt on a purchase or sales order

`POST /api/receiving/receipts/{receiptId}/line-items/list`

## Path parameters

- `receiptId` string, required

## Response `200`

Line items for the given receipt

- ReceivingLineItemReceiptLineItemDto[]
  - `id` string, required — Unique id associated to this entity.
  - `lineItemId` string, required — Id of the purchase order line item corresponding to this update
  - `fullyReceived` boolean, required — Indicates whether the entire quantity of this line item have been received
  - `rolledBack` boolean, required — Indicates whether this update is active.
  - `quantityReceived` number, double, nullable — Quantity of the associated item that has been received on this update in the specified unit of measure (non-cumulative)
  - `unitOfMeasureMultiplier` number, double — If the receipt has a different unit of measure than the item is stored in fulcrum, you would use this multiplier with the QuantityReceived to get the amount you received into Fulcrum.
  - `convertedQuantityReceived` number, double — Quantity of the associated item that has been received in Fulcrum's unit of measure
  - `externalReferences` object, nullable — Arbitrary key-value-pair like data that can be used to later on search for this line item.

## Other responses

- `404` — Receipt did not exist

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
