---
title: "List products"
method: GET
path: "/2023-10/product"
---

# List products

`GET /2023-10/product`

Rate limit - 5/s

## Query parameters

- `pageNo` integer
- `pageSize` integer
- `search` string
- `type` 'ALL' | 'SUBSCRIPTION'

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object[]
    - `shopifyId` integer
    - `title` string
    - `productVariants` object[]
      - `title` string
      - `shopifyId` integer
      - `image` string
      - `sku` string
      - `price` string
      - `hasSellingPlan` boolean
  - `code` string
  - `pageInfo` object
    - `hasNextPage` boolean
    - `hasPreviousPage` boolean

---

[API](https://skmtc.net/loopwork/apis/storefront-api.md) · [All operations](https://skmtc.net/loopwork/apis/storefront-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loopwork/storefront-api/versions/1524500daa02/schema)
