qbo_credit_memos_create
Creates a credit memo in QuickBooks Online to refund or credit a customer for returned goods or services.
Instructions
Create a new CreditMemo record in QuickBooks Online.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Line | Yes | Credit lines, same shape as Invoice.Line: {Amount, DetailType: "SalesItemLineDetail", SalesItemLineDetail: {ItemRef}}. | |
| TxnDate | No | Credit date (YYYY-MM-DD) | |
| BillEmail | No | Customer email, e.g. {"Address": "customer@example.com"} | |
| DocNumber | No | Credit memo number | |
| CustomerRef | Yes | Customer receiving the credit, e.g. {"value": "123"} | |
| PrivateNote | No | Private note | |
| CustomerMemo | No | Memo visible to customer, e.g. {"value": "Refund for damaged goods"} |