> ## Documentation Index
> Fetch the complete documentation index at: https://apidocs.ipxo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Invoice Lines

> List the Invoice Lines.



## OpenAPI

````yaml openapi/ecommerce.yaml get /public/{user_id}/invoices/{invoice_uuid}/lines
openapi: 3.0.1
info:
  title: Ecommerce API
  description: ''
  version: '1.0'
servers:
  - url: https://apigw.ipxo.com/ecommerce
security:
  - bearerAuth: []
tags:
  - name: User
    description: ''
  - name: Cart
    description: ''
  - name: Stripe
    description: ''
  - name: Address
    description: ''
  - name: Gateway
    description: ''
  - name: Invoice
    description: ''
  - name: Order
    description: ''
  - name: Payment
    description: ''
  - name: Product
    description: ''
  - name: Subscription
    description: ''
  - name: Customer
    description: ''
  - name: Projection
    description: ''
  - name: Stripe EU
    description: ''
  - name: Vat
    description: ''
  - name: Legal
    description: ''
paths:
  /public/{user_id}/invoices/{invoice_uuid}/lines:
    get:
      tags:
        - Invoice
      summary: List Invoice Lines
      description: List the Invoice Lines.
      operationId: listInvoiceLines
      parameters:
        - name: user_id
          in: path
          description: The ID of the user.
          required: true
          schema:
            type: string
          example: dolor
        - name: invoice_uuid
          in: path
          description: ''
          required: true
          schema:
            type: string
          example: 8d0c8039-b013-350d-b8d2-c606e9bcfad0
        - name: include
          in: query
          description: >-
            A comma-separated list of relationships to include. Multiple
            parameters are allowed.
          schema:
            enum:
              - invoice
            type: string
            description: >-
              A comma-separated list of relationships to include. Multiple
              parameters are allowed.
            example: invoice
          example: invoice
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        uuid:
                          type: string
                          example: a13651d4-5db7-4e4a-8f35-2d4aa72e33af
                        title:
                          type: string
                          example: Omnis inventore rerum nihil in.
                        description:
                          type: string
                          example: Ut sed rerum commodi quos deserunt quas cumque.
                        unit_quantity:
                          type: integer
                          example: 1
                        quantity:
                          type: integer
                          example: 1
                        subtotal:
                          type: object
                          properties:
                            currency:
                              type: string
                              example: USD
                            amount:
                              type: string
                              example: '0.00'
                            amount_minor:
                              type: integer
                              example: 0
                        unit_price:
                          type: object
                          properties:
                            currency:
                              type: string
                              example: USD
                            amount:
                              type: string
                              example: '8948.00'
                            amount_minor:
                              type: integer
                              example: 894800
                        credits_total:
                          type: object
                          properties:
                            currency:
                              type: string
                              example: USD
                            amount:
                              type: string
                              example: '0.00'
                            amount_minor:
                              type: integer
                              example: 0
                        tax_total:
                          type: object
                          properties:
                            currency:
                              type: string
                              example: USD
                            amount:
                              type: string
                              example: '0.00'
                            amount_minor:
                              type: integer
                              example: 0
                        discount_total:
                          type: object
                          properties:
                            currency:
                              type: string
                              example: USD
                            amount:
                              type: string
                              example: '0.00'
                            amount_minor:
                              type: integer
                              example: 0
                        total:
                          type: object
                          properties:
                            currency:
                              type: string
                              example: USD
                            amount:
                              type: string
                              example: '8948.00'
                            amount_minor:
                              type: integer
                              example: 894800
                        total_before_tax:
                          type: object
                          properties:
                            currency:
                              type: string
                              example: USD
                            amount:
                              type: string
                              example: '0.00'
                            amount_minor:
                              type: integer
                              example: 0
                        exchange_rate:
                          type: string
                          example: '1.00000000'
                        exchange_rate_fetched_at:
                          type: string
                          example: '2026-03-03T14:05:31+00:00'
                        notes:
                          type: string
                          example: Quo porro porro libero nam.
                    example:
                      - uuid: a13651d4-5db7-4e4a-8f35-2d4aa72e33af
                        title: Omnis inventore rerum nihil in.
                        description: Ut sed rerum commodi quos deserunt quas cumque.
                        unit_quantity: 1
                        quantity: 1
                        subtotal:
                          currency: USD
                          amount: '0.00'
                          amount_minor: 0
                        unit_price:
                          currency: USD
                          amount: '8948.00'
                          amount_minor: 894800
                        credits_total:
                          currency: USD
                          amount: '0.00'
                          amount_minor: 0
                        tax_total:
                          currency: USD
                          amount: '0.00'
                          amount_minor: 0
                        discount_total:
                          currency: USD
                          amount: '0.00'
                          amount_minor: 0
                        total:
                          currency: USD
                          amount: '8948.00'
                          amount_minor: 894800
                        total_before_tax:
                          currency: USD
                          amount: '0.00'
                          amount_minor: 0
                        exchange_rate: '1.00000000'
                        exchange_rate_fetched_at: '2026-03-03T14:05:31+00:00'
                        notes: Quo porro porro libero nam.
                      - uuid: a13651d4-8383-4d65-8a20-1544d8070ab6
                        title: Reprehenderit officia natus reprehenderit illo.
                        description: Quisquam quaerat nihil ea esse.
                        unit_quantity: 1
                        quantity: 1
                        subtotal:
                          currency: USD
                          amount: '0.00'
                          amount_minor: 0
                        unit_price:
                          currency: USD
                          amount: '8832.00'
                          amount_minor: 883200
                        credits_total:
                          currency: USD
                          amount: '0.00'
                          amount_minor: 0
                        tax_total:
                          currency: USD
                          amount: '0.00'
                          amount_minor: 0
                        discount_total:
                          currency: USD
                          amount: '0.00'
                          amount_minor: 0
                        total:
                          currency: USD
                          amount: '8832.00'
                          amount_minor: 883200
                        total_before_tax:
                          currency: USD
                          amount: '0.00'
                          amount_minor: 0
                        exchange_rate: '1.00000000'
                        exchange_rate_fetched_at: '2026-03-03T14:05:31+00:00'
                        notes: Dolores quo enim nam dolorum unde aut rerum qui.
                  meta:
                    type: object
                    properties:
                      current_page:
                        type: integer
                        example: 1
                      total:
                        type: integer
                        example: 2
                      per_page:
                        type: integer
                        example: 10
                example:
                  data:
                    - uuid: a13651d4-5db7-4e4a-8f35-2d4aa72e33af
                      title: Omnis inventore rerum nihil in.
                      description: Ut sed rerum commodi quos deserunt quas cumque.
                      unit_quantity: 1
                      quantity: 1
                      subtotal:
                        currency: USD
                        amount: '0.00'
                        amount_minor: 0
                      unit_price:
                        currency: USD
                        amount: '8948.00'
                        amount_minor: 894800
                      credits_total:
                        currency: USD
                        amount: '0.00'
                        amount_minor: 0
                      tax_total:
                        currency: USD
                        amount: '0.00'
                        amount_minor: 0
                      discount_total:
                        currency: USD
                        amount: '0.00'
                        amount_minor: 0
                      total:
                        currency: USD
                        amount: '8948.00'
                        amount_minor: 894800
                      total_before_tax:
                        currency: USD
                        amount: '0.00'
                        amount_minor: 0
                      exchange_rate: '1.00000000'
                      exchange_rate_fetched_at: '2026-03-03T14:05:31+00:00'
                      notes: Quo porro porro libero nam.
                    - uuid: a13651d4-8383-4d65-8a20-1544d8070ab6
                      title: Reprehenderit officia natus reprehenderit illo.
                      description: Quisquam quaerat nihil ea esse.
                      unit_quantity: 1
                      quantity: 1
                      subtotal:
                        currency: USD
                        amount: '0.00'
                        amount_minor: 0
                      unit_price:
                        currency: USD
                        amount: '8832.00'
                        amount_minor: 883200
                      credits_total:
                        currency: USD
                        amount: '0.00'
                        amount_minor: 0
                      tax_total:
                        currency: USD
                        amount: '0.00'
                        amount_minor: 0
                      discount_total:
                        currency: USD
                        amount: '0.00'
                        amount_minor: 0
                      total:
                        currency: USD
                        amount: '8832.00'
                        amount_minor: 883200
                      total_before_tax:
                        currency: USD
                        amount: '0.00'
                        amount_minor: 0
                      exchange_rate: '1.00000000'
                      exchange_rate_fetched_at: '2026-03-03T14:05:31+00:00'
                      notes: Dolores quo enim nam dolorum unde aut rerum qui.
                  meta:
                    current_page: 1
                    total: 2
                    per_page: 10
              example:
                data:
                  - uuid: a13651d4-5db7-4e4a-8f35-2d4aa72e33af
                    title: Omnis inventore rerum nihil in.
                    description: Ut sed rerum commodi quos deserunt quas cumque.
                    unit_quantity: 1
                    quantity: 1
                    subtotal:
                      currency: USD
                      amount: '0.00'
                      amount_minor: 0
                    unit_price:
                      currency: USD
                      amount: '8948.00'
                      amount_minor: 894800
                    credits_total:
                      currency: USD
                      amount: '0.00'
                      amount_minor: 0
                    tax_total:
                      currency: USD
                      amount: '0.00'
                      amount_minor: 0
                    discount_total:
                      currency: USD
                      amount: '0.00'
                      amount_minor: 0
                    total:
                      currency: USD
                      amount: '8948.00'
                      amount_minor: 894800
                    total_before_tax:
                      currency: USD
                      amount: '0.00'
                      amount_minor: 0
                    exchange_rate: '1.00000000'
                    exchange_rate_fetched_at: '2026-03-03T14:05:31.0000000+00:00'
                    notes: Quo porro porro libero nam.
                  - uuid: a13651d4-8383-4d65-8a20-1544d8070ab6
                    title: Reprehenderit officia natus reprehenderit illo.
                    description: Quisquam quaerat nihil ea esse.
                    unit_quantity: 1
                    quantity: 1
                    subtotal:
                      currency: USD
                      amount: '0.00'
                      amount_minor: 0
                    unit_price:
                      currency: USD
                      amount: '8832.00'
                      amount_minor: 883200
                    credits_total:
                      currency: USD
                      amount: '0.00'
                      amount_minor: 0
                    tax_total:
                      currency: USD
                      amount: '0.00'
                      amount_minor: 0
                    discount_total:
                      currency: USD
                      amount: '0.00'
                      amount_minor: 0
                    total:
                      currency: USD
                      amount: '8832.00'
                      amount_minor: 883200
                    total_before_tax:
                      currency: USD
                      amount: '0.00'
                      amount_minor: 0
                    exchange_rate: '1.00000000'
                    exchange_rate_fetched_at: '2026-03-03T14:05:31.0000000+00:00'
                    notes: Dolores quo enim nam dolorum unde aut rerum qui.
                meta:
                  current_page: 1
                  total: 2
                  per_page: 10
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````