---
title: "List all invoice items"
method: GET
path: "/sellers/{seller_id}/invoices/{invoice_id}/invoice-items"
tags: ["Invoices"]
---

# List all invoice items

`GET /sellers/{seller_id}/invoices/{invoice_id}/invoice-items`

## Path parameters

- `seller_id` string, required — An object id with prefix
- `invoice_id` string, required — An object id with prefix

## Query parameters

- `skip` integer — For pagination, skip a number of results
- `take` integer — Only take up to a number of results.
- `id` string — A cursor (bookmark) used to only return results equal or lower than the given id. More efficient than skip for large result sets.

## Response `200`

Successful operation

- object — List of items
  - `data` object[], required
    - `amount` integer, required — Integer amount in lowest currency denomination. See [Money](/docs/money) for details.
    - `category` union
      - string — UNSPSC (United Nations Standard Products and Services Code) - An 8-digit code with unspsc: prefix, organized as: Segment(2) + Family(2) + Class(2) + Commodity(2)
      - string — ECLASS (European Classification System) - An 8-digit code with eclass: prefix, organized as: Main Group(2) + Group(2) + Sub Group(2) + Product Class(2)
    - `description` string — Non-empty text string
    - `metadata` object — Key-value metadata object
    - `unspsc` string, required — UNSPSC (United Nations Standard Products and Services Code) - An 8-digit code with unspsc: prefix, organized as: Segment(2) + Family(2) + Class(2) + Commodity(2)
    - `id` string, required — An object id with prefix
    - `created_at` string, date-time, required — Creation date and time
    - `created_by` string, required — ID of the user that created this object
    - `updated_at` string, date-time, required — Last update date and time
    - `updated_by` string, required — ID of the user that last updated this object

---

[API](https://skmtc.net/sivo/apis/sivo-advance-api.md) · [All operations](https://skmtc.net/sivo/apis/sivo-advance-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sivo/sivo-advance-api/revisions/bfbcd2bfed61/schema)
