For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Contact UsDashboard
DocumentationAPI ReferenceChangelog
DocumentationAPI ReferenceChangelog
  • Get Started
    • Welcome
    • What is Ottimate?
    • Integration Journey
    • Sandbox Environment
    • Authentication
    • API Limits
    • Idempotency
    • Release Plan
  • Account Set Up
    • Onboarding an Ottimate account
    • Accounting Integration
  • Invoice Capture
    • Overview
  • Accounts payable
    • Overview
    • Purchase Orders
    • Purchase Receipts
    • Invoices
      • Invoice status
      • Invoice line items
      • Invoice approvals
  • Catalog
    • Overview
    • Catalog-Entries
LogoLogo
Contact UsDashboard
On this page
  • Overview
  • What are line items?
  • List line items for an invoice
Accounts payableInvoices

Line Items

Learn about how Ottimate manages invoice line items
Was this page helpful?
Previous

Invoice Approvals

Learn about how to programmatically manage approvals in Ottimate
Next
Built with

Overview

When an invoice includes line items, you can manage them using the Invoice Details API.

What are line items?

Line items are individual entries within an invoice that detail:

  • Product or service descriptions
  • Quantities
  • Unit prices
  • Line item costs

Each line item can be coded with its own dimensions, allowing for granular expense tracking and reporting.

List line items for an invoice

To get all line items for a specific invoice, use the invoice-detail endpoint:

GET /invoices/{id}/

Where {id} is the Ottimate generated invoice ID.