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

# ErpTransactionSyncStatus

> Sync state of a transaction's ERP metadata against the connected accounting provider.

**Enum**

Sync state of a transaction's ERP metadata against the connected accounting provider.

## Values

<ResponseField name="DRAFT" type="enum value">
  Missing a required field (e.g. category) and cannot be synced yet.
</ResponseField>

<ResponseField name="READY" type="enum value">
  All required fields are present, ready for sync.
</ResponseField>

<ResponseField name="SYNC_STARTED" type="enum value">
  Currently being exported to the ERP provider.
</ResponseField>

<ResponseField name="SYNCED" type="enum value">
  Successfully exported to the ERP provider.
</ResponseField>

<ResponseField name="SYNC_FAILED" type="enum value">
  The last export attempt failed.
</ResponseField>
