Skip to main content
GET
Get a Core inventory transaction

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Path Parameters

transactionId
integer
required

Core inventory transaction id.

Response

Core inventory transaction detail.

transaction
object

The transaction record (id, item, date, qty, unit_cost, total_cost, linkage, etc.).

costs
object[]

Allocated cost lines contributing to the transaction's total cost.

lineage_cards
object[]

Related upstream/downstream transactions in this transaction's cost lineage.

unit_cost_breakdown
object

Explains how unit_cost is derived from the allocated cost lines.