Create Invoice Line Item

Create a new invoice line item

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the invoice the line item belongs to.

Body Params
string
required

Name of the line item, typically a product or SKU name.

string

An optional free-form description of the line item.

int32

The number of units of a product or service that this line item is for. Must be a whole number. Defaults to 1 if not provided.

int32

The cost per unit of the product or service that this line item is for, specified in the invoice currency's smallest unit.

string

The cost per unit of the product or service that this line item is for, specified in the invoice currency's smallest unit. Accepts decimal strings with up to 12 decimals.

string
enum
Defaults to debit

debit indicates that the counterparty owes the business money and increases the invoice's total_amount due. credit has the opposite intention and effect.

Allowed:
json

Additional data represented as key-value pairs. Both the key and value must be strings. See Metadata.

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here!