프로젝트

일반

사용자정보

Actions

Store » 이력 » 개정판 3

« 뒤로 | 개정판 3/11 (비교(diff)) | 다음 »
이름없음, 2021/06/03 02:07


Store

상품과 쿠폰에 대한 API를 제공합니다

getGoodsList

  • 사용자가 구매할 수 있는 상품 리스트를 조회합니다. 

GoodsListRequest

field type note descripion
command String   command 종류
did String   URL 요청 사용자의 did
version String   상품 리스트 버전 

GoodsListResponse

field type note description
command String   command 종류
version String   리턴된 상품 리스트 버전
List<Goods> List   상품 리스트

Goods

field type note description
affiliate String   교환처 명
brandCode String   브랜드 코드
brandName String   브랜드 명
categoryName1 String   전시카테고리명 1
categorySeq1 Int!   전시카테고리 1
content String   상품설명
contentAddDesc String   상품추가설명
discountPrice Int!   최종판매가격
discountRate Int!   최종판매할인률
firstBuyFlag String    
goldDiscountRate Int!   골드 할인률
goldPrice Int!    
goodsCode String   상품코드
goodsEventDesc String    
goodsEventDiscountRate Int!    
goodsImgB String   상품이미지 대(500*500)
goodsImgS Stirng   상품이미지 소(250*250)
goodsName String   상품명
goodsNo Int!   상품 번호
goodsStateCd String   상품상태코드(판매중:SALE, 판매중지:SUS)
goodsTypeCd String   상품유형코드
goodsTypeDtlNm String    
goodsTpeNm String    
limitDay Int!   유효기간(일자)
mdCode String    
mmsGoodsImg String   상품 MMS 이미지
mmsReserveFlag String   예약발송노출여부
platinumDiscountRate Int!   플래티넘 할인률
platinumPrice Int!   플래티넘 가격
brandIconImg String   브랜드 이미지 아이콘
realPrice Int!   실판매가격(등급별 할인율 적용금액)
rmCntFlag String   총판매수량설정여부
rmIdBuyCntFlagCd String   ID당구매가능수량설정코드
rmIdBuyCntFlag String    
rmRecvNumFlag String    
rmYn String    
saleDateFlag String   판매일시설정여부
vipDiscountRate String   VIP 할인률
vipprice Int!   VIP 가격
salePrice Int!   판매가격

Reuest Example

query {
  getGoodsList(goodslistRequest : {
    command : "listGoods" 
    did : "G5rw9qAMbozGxySHkMaztD" 
    version : "string" 
  }) {
    goodsList {
      mdCode
      limitDay
    }
  }
}

Response Example

{
  "data": {
    "getGoodsList": {
      "goodsList": [
        {
          "mdCode": "M000100615",
          "limitDay": 30
        },
        {
          "mdCode": "M000100615",
          "limitDay": 30
        },
        {
          "mdCode": "M000100615",
          "limitDay": 29
        }]
    }
}

CouponResolver

이름없음이(가) 약 4년 전에 변경 · 3 revisions

클립보드 이미지 추가 (최대 크기: 97.7 MB)