Retrieve a specific credit note by ID from Xero. Returns full credit note details including line items, allocations, and status. Use this action when you need to fetch detailed information about a single credit note by its UUID identifier.
unitdpintegerNumber of decimal places for unit amounts (default 4). You can opt in to use four decimal places for unit amounts.
tenant_idstringXero tenant/organization ID. If not provided, uses the first connected tenant. In multi-org setups, always pass explicitly to avoid querying the wrong organisation's data.
credit_note_idRequiredstringXero Credit Note ID to retrieve. Must be the internal UUID (e.g. `a1b2c3d4-...`), not the human-readable CreditNoteNumber (e.g. `CN-0001`); obtain the UUID via XERO_LIST_CREDIT_NOTES first.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.