Get Invoice Line Item
Invoices
Get a Specific Line Item for an Invoice
Returns a specific line item by ID for a given invoice.
GET
Get Invoice Line Item
Authorizations
Your Meow API key, sent in the x-api-key header for authentication.
Headers
Optional entity_id to scope requests to a specific entity.
Response
Successful Response
The unique identifier for the line item.
The product associated with the line item.
The total amount for the line item.
Pattern:
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$The quantity of the product.
Pattern:
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$The price per unit of the product.
Pattern:
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$The timestamp when the line item was created.
A description of the line item.
The discount applied to the line item.
Pattern:
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$A description of the discount.