{ "opencollection": "1.0.0", "info": { "name": "Wincl Admin Shopping API", "version": "1.0" }, "items": [ { "info": { "name": "Shopping", "type": "folder" }, "items": [ { "info": { "name": "장바구니 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/shopping", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "페이지네이션 없음 Max 10 개" }, { "info": { "name": "장바구니 담기", "type": "http" }, "http": { "method": "POST", "url": "https://api.wincl.io:443/api/v1/shopping", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "최대 5개" }, { "info": { "name": "장바구니 아이템 수량 변경", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wincl.io:443/api/v1/shopping", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "장바구니 아이템 수량 변경" }, { "info": { "name": "장바구니 아이템 삭제", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.wincl.io:443/api/v1/shopping", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "delete all 은 모든 id_shopping_basket 을 주면 됨" }, { "info": { "name": "장바구니 판매불가능 아이템 삭제", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.wincl.io:443/api/v1/shopping/inactive", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "장바구니 판매불가능 아이템 삭제" } ] } ], "bundled": true }