> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# erpTransactionMetadata

> The ERP metadata for a single transaction.

The ERP metadata for a single transaction. Null when the account has no active ERP connection
or when this transaction has no ERP metadata yet.

```graphql theme={null}
query {
  erpTransactionMetadata(
    transactionRecordId: UUID!
  ): ErpTransactionMetadata
}
```

## Arguments

<ParamField body="transactionRecordId" type="UUID!" required>
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`ErpTransactionMetadata`](/api-reference/types/erp-transaction-metadata) — The current ERP-side categorization state of a transaction.
