---
title: "Product 리스트"
method: GET
path: "/api/v1/project/product"
tags: ["Product"]
---

# Product 리스트

`GET /api/v1/project/product`

## Query parameters

- `projectTypes` string
- `projectEffects` string
- `nationCodes` string
- `searchKeyword` string
- `sortType` 'AMOUNT_ASC' | 'AMOUNT_DESC' | 'ASC' | 'DESC' | 'NONE' | 'PRICE_ASC' | 'PRICE_DESC' | 'UNIT_PRICE_ASC' | 'UNIT_PRICE_DESC'
- `pageNum` integer, required
- `pageSize` integer, required

## Response `200`

OK

- WinclResponseDataListProduct
  - `code` string
  - `currentPageNum` integer — 현재 페이지 번호
  - `items` Product[]
    - `cd_nation` string — 프로젝트 생성국가
    - `id_prod` string — 프로덕트 아이디
    - `id_proj` integer — 프로젝트 아이디
    - `img_background_prod` string — 프로덕트 배경 이미지 url
    - `img_mobile_background_prod` string — 프로덕트 모바일 배경 이미지 url
    - `img_thumbnail_prod` string — 프로덕트 썸네일 이미지 url
    - `nm_cert_agc` string — 탄소배출권 인증기관명
    - `nm_proj_dev` string — 프로젝트 개발자 이름
    - `productNameEn` string — 상품 이름 (영어)
    - `productNameKr` string — 상품 이름 (한국어)
    - `product_stock_amount` string — 상품 재고량 (톤)
    - `projectNameEn` string — 프로젝트 이름 (영어)
    - `projectNameKr` string — 프로젝트 이름 (한국어)
    - `project_effect` string[] — 프로젝트 효과 코드 리스트
    - `project_type` string — 프로젝트 타입 코드 리스트
    - `unit_price` number — 톤당 가격
  - `message` string
  - `pageSize` integer — 페이지당 아이템 개수
  - `sortType` 'AMOUNT_ASC' | 'AMOUNT_DESC' | 'ASC' | 'DESC' | 'NONE' | 'PRICE_ASC' | 'PRICE_DESC' | 'UNIT_PRICE_ASC' | 'UNIT_PRICE_DESC' — 정렬 기준
  - `totalCount` integer — 전체 아이템 개수
  - `totalPages` integer — 전체 페이지 수

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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