{ "opencollection": "1.0.0", "info": { "name": "Wincl Admin Admin Product API", "version": "1.0" }, "items": [ { "info": { "name": "Admin Product", "type": "folder" }, "items": [ { "info": { "name": "product 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/bapi/v1/product", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "페이지당 아이템 개수" }, { "name": "pageNum", "value": "", "type": "query", "description": "페이지 넘버" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "product 리스트" }, { "info": { "name": "product 등록", "type": "http" }, "http": { "method": "POST", "url": "https://api.wincl.io:443/bapi/v1/product", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "product 등록" }, { "info": { "name": "Home Products 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/bapi/v1/product/home", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Home Products 리스트" }, { "info": { "name": "Home Products 에 Product 추가", "type": "http" }, "http": { "method": "POST", "url": "https://api.wincl.io:443/bapi/v1/product/home/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Home Products 에 Product 추가" }, { "info": { "name": "Update Home Product Order", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wincl.io:443/bapi/v1/product/home/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Home Product Order" }, { "info": { "name": "Home Products 에 Product 제거", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.wincl.io:443/bapi/v1/product/home/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Home Products 에 Product 제거" }, { "info": { "name": "product 상세정보", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/bapi/v1/product/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "product 상세정보" }, { "info": { "name": "product 수정", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wincl.io:443/bapi/v1/product/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "product 수정" }, { "info": { "name": "product 삭제", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.wincl.io:443/bapi/v1/product/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "status_srv == ready 일때만 삭제가능" }, { "info": { "name": "Product Balance History 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/bapi/v1/product/:id/history", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" }, { "name": "pageSize", "value": "", "type": "query", "description": "페이지당 아이템 개수" }, { "name": "pageNum", "value": "", "type": "query", "description": "페이지 넘버" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Product Balance History 리스트" }, { "info": { "name": "product 수량변경", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wincl.io:443/bapi/v1/product/:id/increment", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "product 수량변경" } ] } ], "bundled": true }