Skip to content

product

MMyungji edited this page Oct 30, 2018 · 2 revisions

상품

상품 상세보기

메소드 경로 짧은 설명
GET /product/:product_idx 해당상품 상세보기

요청 헤더

없음

조회 예시

api/product/5bd5795f7a6d0c13be825493

조회 성공

{
    "message": "success",
    "result": [
        {
            "name": "[커플&주문제작] 세상에 단 하나뿐인 레터링 커플티",
            "price": 25900,
            "img_url":  "https://project-wemakeprice.s3.ap-northeast-2.amazonaws.com/1540716890007.png",
            "detail_url": "https://project-wemakeprice.s3.ap-northeast-2.amazonaws.com/1540716890393.png"
        }
    ]
}

조회 실패

{
    "message": "get product fail"
}

Clone this wiki locally