---
title: "List simplified business products"
method: GET
path: "/v3/products/simplified"
tags: ["Business Products"]
---

# List simplified business products

`GET /v3/products/simplified`

Requires the `product:list` scope. Retrieves a simplified paginated list of products with optional filtering. The data is sorted by id in descending order and cannot be changed. Uses cursor-based pagination with default page size of 25 and maximum of 25.

## Query parameters

- `for_store_id` integer
- `page_size` integer
- `next_cursor` string
- `previous_cursor` string
- `search` string
- `is_inventory` boolean
- `is_product_sharing` boolean
- `warehouse_id` integer
- `qty_type` 'available_qty'
- `store_id` integer
- `is_checked` boolean
- `is_owned` boolean
- `item_type` 'physical' | 'digital' | 'course' | 'license' | 'subscription' — Type of the product item
- `label` string
- `pricing_type` 'one_time' | 'recurring'

## Response `200`

Simplified products list

- ListProductsSimplifiedResponseBody — Paginated list payload for v3.
  - `data` SimplifiedProductList[], required
    - `display` string — Display name of the product
    - `id` integer — Product primary key
    - `images` string[] — List of image URLs associated with the product
    - `is_owned_by_store` boolean — If the request is made including `for_store_id` param, it shows `is_owned_by_store` field in the response, indicating if the product is included in the store.
    - `item_type` 'physical' | 'digital' | 'course' | 'license' | 'subscription' — Type of the product item
    - `item_type_name` string — Human-readable name of the product item type
    - `labels` object[] — List of labels associated with the product
      - `name` string — Label name
    - `name` string — Product name
    - `uuid` string — Product UUID
    - `variants` object[] — List of variants associated with the product
      - `currency` 'IDR' — The currency code for the subscription item price.
      - `digital_product_files` object[] — List of digital product files associated with the variant
        - `content_type` string — MIME type of the digital product file
        - `id` integer — Digital product file primary key
        - `name` string — File name of the digital product file
        - `size_in_bytes` integer — Size of the digital product file in bytes
        - `url` string, uri — URL to access the digital product file
      - `id` integer — Variant primary key
      - `images` string[] — List of image URLs associated with the variant
      - `interval` 'day' | 'week' | 'month' | 'year' — Unit of the period
      - `interval_count` integer — Interval count for recurring variants
      - `is_checked` boolean — Mark variant as sellable
      - `is_discussion_active` boolean — Variant discussion capability flag
      - `is_email_notification_active` boolean — Variant email notification capability flag
      - `is_file_enabled` boolean — Variant file delivery capability flag
      - `is_license_enabled` boolean — Variant license capability flag
      - `is_lms_enabled` boolean — Variant LMS capability flag
      - `is_editable` boolean — Indicates if the variant is editable
      - `item_type` 'physical' | 'digital' | 'course' | 'license' | 'subscription' — Type of the product item
      - `metadata` object — Additional metadata associated with the variant
      - `name` string — Full name of the variant
      - `pricing_type` 'one_time' | 'recurring' — Type of the product pricing
      - `product_name` string — Name of the associated product
      - `self_file_urls` string[] — List of self file URLs associated with the variant
      - `unique_id` string — Variant unique identifier
      - `uuid` string — Variant UUID
      - `validity_period` integer — Validity period for one time variants
      - `validity_period_unit` 'day' | 'week' | 'month' | 'year' — Unit of the period
      - `weight` integer — Weight of the variant in grams
  - `is_paginated` true, required
  - `has_next` boolean
  - `has_previous` boolean
  - `next_cursor` string, nullable
  - `previous_cursor` string, nullable
  - `page_size` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/revisions/730030bd6477/schema)
