Skip to main content

Credit Memos

Credit Memo represents a document issued by the vendor to the buyer, indicating a refund or credits to their account. It includes information about its associated invoice, total due, payments, tax, and other relevant information.

Schema​

CreditMemo​

NameTypeDescriptionExample
idIDUnique identifier for credit memos"ckmnpybisiy5x08abky4g2d1f"
createdAtDateTimeWhen this credit memo was created"2021-03-24 17:26:46.983Z"
updatedAtDateTimeWhen this credit memo was last updated"2021-03-24 17:26:46.983Z"
creditMemoNumberstring?User-defined value to identify this credit memo"Memo-1234"
invoiceIdIDThe ID of the invoice this credit memo is attached to"clqzdedh90012b24xndju75yu"
paymentsfloat?The amount of payments on this credit memo10.00
shippingCostFloatfloat?The cost of shipping10.00
subtotalfloat?Subtotal of the invoice before addition of other costs such as taxes10.00
taxfloat?The amount of tax on the credit memo10.00
totalDuefloat?The total amount due10.00
invoiceInvoice?Invoice this item is attached toSee Invoice docs
creditMemoItemsCreditMemoItem[]Items listed in the credit memoSee CreditMemoItem

CreditMemoItem​

NameTypeDescriptionExample
idIDUnique identifier for the credit memo item"clly7zx46000008l46u694ybg"
createdAtDateTimeTimestamp when the credit memo item was created"2021-03-24 17:26:46.983Z"
updatedAtDateTimeTimestamp when the credit memo item was last updated"2021-03-24 17:26:46.983Z"
creditMemoIdIDThe ID of the credit memo this credit memo item is attached to"clpkd1sgv0000uy4xzw6r90wi"
extPriceFloatfloat?EXT price of the credit memo item100.0
invoiceItemIdIDThe ID of the invoice item this credit memo item is attached to"clpkd1sgv0000uy4xzw6r90wi"
lineNumberintNumber representing the index of the line item within it's credit memo1
quantityfloat?Quantity of the credit memo item2.0
unitPriceFloatfloat?Unit price of the credit memo item50.0
unitsOfMeasurestring?Unit of measurement for the credit memo item"EA"
invoiceItemInvoiceItemThe associated invoice itemSee Invoice Item docs
creditMemoCreditMemoThe associated credit memoSee CreditMemo