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

# ErpReferenceItemFilter

**Input object**

*No description provided in the schema yet.*

## Input fields

<ParamField body="q" type="String">
  Case-insensitive substring match on the item's name.
</ParamField>

<ParamField body="active" type="Boolean">
  Defaults to true (active items only).
</ParamField>

<ParamField body="accountType" type="[String!]">
  Chart-of-accounts entries only.
</ParamField>

<ParamField body="accountSubType" type="[String!]">
  Chart-of-accounts entries only.
</ParamField>

<ParamField body="sortKey" type="ErpReferenceItemSortKey">
  Defaults to NAME.
</ParamField>

<ParamField body="sortOrder" type="SortOrder">
  Defaults to ASC.
</ParamField>
