Skip to main content
GET
Get Invoice Line Item

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Headers

x-entity-id
string<uuid>

Optional entity_id to scope requests to a specific entity.

Path Parameters

invoice_id
string<uuid>
required

Invoice the line item belongs to.

line_item_id
string<uuid>
required

Line item to fetch. Use list_invoice_line_items to find one.

Response

Successful Response

id
string<uuid>
required

The unique identifier for the line item.

product
Product · object
required

The product associated with the line item.

amount
string
required

The total amount for the line item.

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
quantity
string
required

The quantity of the product.

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
price
string
required

The price per unit of the product.

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
created_at
string<date-time>
required

The timestamp when the line item was created.

description
string | null

A description of the line item.

discount
string | null

The discount applied to the line item.

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
discount_description
string | null

A description of the discount.