createInvoiceLineItem

Creates an invoice line item for an invoice.

Arguments

ArgumentDescription

Parameters for CreateInvoiceLineItem

CreateInvoiceLineItemInput Arguments

ArgumentDescription

invoiceId (ID!)

The ID of the invoice for this item

productId (ID)

The associated product in case of a product charge

lineItemType (LineItemTypeEnum)

Indicates what this line item is charging for

quantity (Int!)

Quantity for this line item

description (String)

The description of this invoice line item.

unitPriceCents (Int)

Unit price in cents

Return fields

invoiceLineItem (InvoiceLineItem)

Last updated