Skip to content

cart_list

MMyungji edited this page Oct 31, 2018 · 1 revision

장바구니 리스트 조회

메소드 경로 짧은 설명
GET /cart 장바구니 리스트 가져오기

조회 예시

api/cart

조회 성공

{
    "message": "success",
    "result": [
        {
            "check": true,
            "cart_idx": "5bd9910620d1373b50dda007",
            "product_idx": "5bd5795f7a6d0c13be825493",
            "product_name": "[커플&주문제작] 세상에 단 하나뿐인 레터링 커플티",
            "product_img": "https://project-wemakeprice.s3.ap-northeast-2.amazonaws.com/1540716890007.png",
            "product_price": 25900,
            "product_count": 2
        },
        {
            "check": true,
            "cart_idx": "5bd98fce20d1373b50dda006",
            "product_idx": "5bd57cb17a6d0c13be825499",
            "product_name": "[서울] 레이첼 야마가타 내한공연",
            "product_img": "https://project-wemakeprice.s3.ap-northeast-2.amazonaws.com/1540717741454.png",
            "product_price": 99000,
            "product_count": 15
        }
    ]
}

조회 실패

{
    "message": "get cart fail"
}
Clone this wiki locally