Receiving Receipt Line Item

Get a specific line item for a receipt on a purchase or sales order

get/api/receiving/receipts/{receiptId}/line-items/{lineId}

Path parameters

receiptIdstring required

The receiving id

lineIdstring required

This will match on the line item id (from the purchase order or sales order) or the line id of the specific receiving

Response

Line item

idstring required

Unique id associated to this entity.

lineItemIdstring required

Id of the purchase order line item corresponding to this update

fullyReceivedboolean required

Indicates whether the entire quantity of this line item have been received

rolledBackboolean required

Indicates whether this update is active.

quantityReceivednumber double nullable

Quantity of the associated item that has been received on this update in the specified unit of measure (non-cumulative)

unitOfMeasureMultipliernumber 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.

convertedQuantityReceivednumber double

Quantity of the associated item that has been received in Fulcrum's unit of measure

externalReferencesobject nullable

Arbitrary key-value-pair like data that can be used to later on search for this line item.

unitPricenumber double nullable

Price of the purchase order line received against, per Fulcrum's unit of measure, so it multiplies directly with convertedQuantityReceived. Null means there is no price, not a price of zero. Supplied only by the receipts list endpoint.

lineItemType'part' | 'outsideProcessing' | 'tax' | 'discount' | 'fee' | 'vendorCredit'

Purchase order line item type

Changes

Changed in 1 of the 23 revisions of this API.4

    • ○

      added the optional property to the response with the status (media type: application/json)

      response-optional-property-added

    • ○

      added the optional property to the response with the status (media type: application/problem+json)

      response-optional-property-added

    • ○

      added the optional property to the response with the status (media type: application/json)

      response-optional-property-added

    • ○

      added the optional property to the response with the status (media type: application/problem+json)

      response-optional-property-added