getProductList
    • PDF

    getProductList

    • PDF

    Article Summary

    상품 리스트를 조회합니다.

    요청

    요청 파라미터

    파라미터명필수 여부타입제약 사항설명
    pageNoNoInteger페이지 번호
    pageSizeNoInteger- 페이지 사이즈
    default : 1000
    max : 1000
    regionCodeYesString- 리전 코드
    regionCode는 getRegionList 액션을 통해서 획득 가능
    productItemKindCodeNoString상품품목종류코드
    productCategoryCodeNoString상품 카테고리 코드
    productCategoryCode는 getProductCategoryList 액션을 통해 조회 가능
    productCodeNoString상품코드
    productNameNoString상품명
    responseFormatTypeNoString- 응답 결과의 포맷 타입
    Options : xml | json
    Default : xml

    응답

    응답 바디

    예시

    요청 예시

    GET {API_URL}/product/getProductList
    ?regionCode=KR
    &productItemKindCode=VSVR
    &productName=6248R
    

    응답 예시

    <?xml version="1.0" encoding="UTF-8"?>
    <getProductListResponse>
      <requestId>e837d207-bd44-4041-9120-338b578cacd9</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>2</totalRows>
      <productList>
        <product>
          <productItemKind>
            <code>VSVR</code>
            <codeName>Server (VPC)</codeName>
          </productItemKind>
          <productItemKindDetail>
            <code>BM</code>
            <codeName>BareMetal</codeName>
          </productItemKindDetail>
          <productCode>SVR.VSVR.BM.C024.M128.LOCAL.SSD.B3840.G001</productCode>
          <productName>Single Intel Xeon Gold 6248R (3.0GHz) 24 Cores 128GB RAM, 8 x 480GB SSD</productName>
          <productDescription>Single Intel Xeon Gold 6248R (3.0GHz) 24 Cores 128GB RAM, 8 x 480GB SSD</productDescription>
          <softwareType/>
          <productCategory>
             <code>COMPUTE</code>
             <codeName>Compute</codeName>
          </productCategory>
        </product>
        <product>
          <productItemKind>
            <code>VSVR</code>
            <codeName>Server (VPC)</codeName>
          </productItemKind>
          <productItemKindDetail>
            <code>BM</code>
            <codeName>BareMetal</codeName>
          </productItemKindDetail>
          <productCode>SVR.VSVR.BM.C048.M384.LOCAL.SSD.B3840.G001</productCode>
          <productName>Dual Intel Xeon Gold 6248R(3.0GHz), 48 cores, 384GB RAM, 8 x 480GB SSD</productName>
          <productDescription>Dual Intel Xeon Gold 6248R(3.0GHz), 48 cores, 384GB RAM, 8 x 480GB SSD</productDescription>
          <softwareType/>
          <productCategory>
            <code>COMPUTE</code>
            <codeName>Compute</codeName>
          </productCategory>
        </product>
      </productList>
    </getProductListResponse>
    

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.