---
title: "List Products"
method: GET
path: "/v5/products"
tags: ["Products"]
---

# List Products

`GET /v5/products`

Retrieve a list of all products in the Product Manager.

## Query parameters

- `cursor` integer
- `per_page` integer

## Response `200`

Success

- object
  - `products` ProductResponseV5[]
    - `object` 'product', required — Resource type identifier
    - `id` string, required — Product ID (transaction_id)
    - `product_sku` string — Product SKU
    - `product_description` string — Product description
    - `product_category` string — Product category
    - `product_commodity_code` string — Product commodity code
    - `product_unit_of_measure` string — Product unit of measure
    - `product_cost` string — Product cost
    - `product_currency` string — Product currency (ISO 4217)
    - `product_tax_amount` string — Product tax amount
    - `product_discount_amount` string — Product discount amount
    - `product_image_name` string — Product image name
    - `product_image_url` string — Product image URL
  - `next_cursor` integer, nullable — Cursor for the next page. Use this value in the cursor parameter for the next request. Null if there are no more results.
  - `per_page` integer — Number of products per page

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/nmi/apis/embedded-components-api.md) · [All operations](https://skmtc.net/nmi/apis/embedded-components-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nmi/embedded-components-api/versions/45c2ecda3685/schema)
