---
title: "Product 상세정보"
method: GET
path: "/api/v1/project/product/{id}"
tags: ["Product"]
---

# Product 상세정보

`GET /api/v1/project/product/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- WinclResponseDataProductDetail
  - `code` string
  - `data` ProductDetail
    - `agencyRegistry` ProjectAgencyRegistry
      - `agencyId` integer — 인증기관 ID
      - `averageAnnualEmissionReduction` number — 연 평균 탄소감축량
      - `mechanism` string — 메카니즘
      - `methodology` string — 방법론
      - `registryId` string — 등록 ID
      - `registryUrl` string — 인증기관 레지스트리 URL
      - `vintage` integer — 빈티지
    - `amt_lock` number — lock 수량
    - `amt_offset` number — offset 수량
    - `amt_offset_resrv` number — offset 예약 수량
    - `amt_sold` number — 팔린 수량
    - `amt_stock` number — 재고 수량
    - `areaHectare` number — 면적 (hectare)
    - `assign_vol_proj` number — 프로젝트의 assign 된 수량
    - `attachmentUrls` string[] — 첨부 파일 URL 목록
    - `cert_desc` string — 인증기관 설명
    - `corrs_adj` number — 상응조정률
    - `currency` 'KRW' | 'USD' — 통화
    - `dttm_reg` integer — 프로덕트 등록 시간
    - `dttm_reg_cert` integer — 인증서 인증 날짜
    - `dttm_upd` integer — 프로덕트 업데이트 시간
    - `env_desc` string — 환경효과 내용
    - `env_icon` string — 환경효과 아이콘
    - `env_ttl` string — 환경효과 타이틀
    - `hederaTopicId` string — 프로젝트 전용 Hedera Topic ID
    - `id_prod` string — 프로덕트 아이디
    - `id_proj` integer — 프로젝트 아이디
    - `img_bg_prod` string — 프로덕트 배경 이미지 url
    - `img_mobile_bg_prod` string — 프로덕트 모바일 배경 이미지 url
    - `img_thumbnail_prod` string — 프로덕트 썸네일 이미지 url
    - `img_thumbnail_proj` string — 프로젝트 썸네일 이미지
    - `introductionTextEn` string — 소개글 (영문)
    - `introductionTextKo` string — 소개글 (한글)
    - `locationImageUrl` string — 프로젝트 위치 URL
    - `minimum_buy_vol` number — 최소 구매 수량
    - `nationCode` string — 프로젝트 생성 국가 코드
    - `nation_nm_en` string — 프로젝트 생성국가 영어 이름
    - `nation_nm_kr` string — 프로젝트 생성국가 한글 이름
    - `nm_cert_agc` string — 인증기관 이름
    - `nm_proj_dev` string — 프로젝트 개발자 이름
    - `nm_serial` string — 프로젝트 인증서 시리얼번호
    - `productDetailImageUrls` string[] — 프로덕트 상세 이미지 url 목록
    - `productNameEn` string — 상품 이름 (영어)
    - `productNameKr` string — 상품 이름 (한국어)
    - `productStoryEn` string — 프로덕트 스토리 (영어)
    - `productStoryKo` string — 프로덕트 스토리 (한국어)
    - `projectEffects` ProjectEffect[] — 프로젝트 효과
      - `effectCode` 'AFFORDABLE_AND_CLEAN_ENERGY' | 'CLEAN_WATER_AND_SANITATION' | 'CLIMATE_ACTION' | 'DECENT_WORK_AND_ECONOMIC_GROWTH' | 'GENDER_EQUALITY' | 'GOOD_HEALTH_AND_WELLBEING' | 'INDUSTRY_INNOVATION_AND_INFRASTRUCTURE' | 'LIFE_BELLOW_WATER' | 'LIFE_ON_LAND' | 'NO_POVERTY' | 'PARTNERSHIPS_FOR_THE_GOALS' | 'PEACE_JUSTICE_AND_STRONG_INSTITUTIONS' | 'QUALITY_EDUCATION' | 'REDUCED_INEQUALITIES' | 'RESPONSIBLE_CONSUMPTION_AND_PRODUCTION' | 'SUSTAINABLE_CITIES_AND_COMMUNITIES' | 'ZERO_HUNGER' — 프로젝트 효과 코드
      - `effectDescriptionEn` string — 프로젝트 효과 설명 (영어)
      - `effectDescriptionKr` string — 프로젝트 효과 설명 (한국어)
      - `effectImageUrl` string — 프로젝트 효과 이미지 URL
    - `projectNameEn` string — 프로젝트 이름 (영어)
    - `projectNameKr` string — 프로젝트 이름 (한국어)
    - `project_type` 'AFFORESTATION_REFORESTATION_AND_REVEGETATION' | 'AGRICULTURAL_LAND_MANAGEMENT' | 'AGRICULTURE_FORESTRY_AND_OTHER_LAND_USE' | 'AVOIDED_CONVERSION_OF_GRASSLANDS_AND_SHRUBLANDS' | 'CHEMICAL_INDUSTRY' | 'CLIMATE_CHANGE_ADAPTION' | 'CONSTRUCTION' | 'ENERGY' | 'ENERGY_DEMAND' | 'ENERGY_DISTRIBUTION' | 'ENERGY_INDUSTRIES' | 'FUGITIVE_EMISSIONS_FROM_FUELS__SOLID_OIL_AND_GAS' | 'IMPROVED_FOREST_MANAGEMENT' | 'LIVELIHOODS' | 'LIVESTOCK_ENTERIC_FERMENTATION_AND_MANURE_MANAGEMENT' | 'MANUFACTURING_INDUSTRIES' | 'METAL_PRODUCTION' | 'MINING_MINERAL_ODUCTION' | 'PLASTIC_WASTE_COLLECTION' | 'PLASTIC_WASTE_RECYCLING' | 'REDUCED_EMISSONS_FROM_FORESTATION_AND_DEGRADATION' | 'TRANSPORT' | 'UNSPECIFIED' | 'WASTE_HANDLING_AND_DISPOSAL' | 'WATER_ACCESS_AND_SANITATIO' | 'WETLAND_REWETTING_AND_CONSVATION' — 프로젝트 타입 코드 리스트
    - `status_srv` 'ACTIVE' | 'DELETED' | 'INACTIVE' | 'READY' — 프로덕트 상태
    - `tot_vol_proj` number — 프로젝트의 total 수량
    - `unit_price` number — 톤당 가격
    - `unit_price_usd` number — 톤당 가격 usd
    - `vol` number — 수량
    - `yn_corrs_adj` 'N' | 'Y' — 상응조정률 사용 여부
  - `message` string

## 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)
