getProductCategoryList
- 인쇄
- PDF
getProductCategoryList
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
상품 카테고리 리스트를 조회합니다.
요청
요청 파라미터
파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 |
---|---|---|---|---|
productCategoryCode | No | String | 상품 카테고리 코드 | |
responseFormatType | No | String | 응답 결과의 포맷 타입 |
응답
응답 바디
예시
요청 예시
GET {API_URL}/product/getProductCategoryList
?productCategoryCode=COMPUTE
응답 예시
<<?xml version="1.0" encoding="UTF-8"?>
<getProductCategoryListResponse>
<requestId>89e37809-****-****-****-0e5762e14b39</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>1</totalRows>
<productCategoryList>
<productCategory>
<code>COMPUTE</code>
<codeName>Compute</codeName>
</productCategory>
</productCategoryList>
</getProductCategoryListResponse>
이 문서가 도움이 되었습니까?