품고 가이드
home
이용/연동 가이드
home
📦

품목 목록

핸디봇 UI를 통해 등록된 품목 목록을 조회합니다.
curl -X POST "https://api.poomgo.com/open-api/wms/resources" -H "Content-Type: application/json" -H "accept: application/json" -H "Authorization: KEY" -d ""
Shell
복사
{ "page": 1, "pageSize": 10 }
JSON
복사
호출 파라미터 예시
{ "rows": [ { "code": "OC0000001", "name": "열린 통신 1권", "partnerResourceId": 19521, "partnerId": 5414, "resourceId": 25927, "defaultLocationContainerId": null, "itemNumber": "Open Comm. #1", "attribute": { "option1": null, "option2": null }, "boxSplitQuantity": null, "setting": { "lot": { "name": false, "expiration": false }, "boxQuantity": null, "minimumPickableQuantity": null, "minimumAvailableQuantity": null }, "defaultLocationContainerName": null, "defaultLocationContainerPath": null }, { "code": "OC0000002", "name": "열린 통신 2권", "partnerResourceId": 19522, "partnerId": 5414, "resourceId": 25928, "defaultLocationContainerId": null, "itemNumber": "Open Comm. #2", "attribute": { "option1": null, "option2": null }, "boxSplitQuantity": null, "setting": { "lot": { "name": false, "expiration": false }, "boxQuantity": null, "minimumPickableQuantity": null, "minimumAvailableQuantity": null }, "defaultLocationContainerName": null, "defaultLocationContainerPath": null } ], "total": "2" }
JSON
복사
결과 예시
기본 보기
Search
결과 파라미터
이름
설명
품목명
고객사별 품목 고유ID
마스터 품목 고유ID
출고시 사용되는 기본로케이션ID
출고시 사용되는 기본로케이션명
출고시 사용되는 로케이션 경로의 아이디값
품목에 해당하는 옵션 값 예) 사이즈, 색 등
박스분리수량, 한 송장에 들어갈 수 있는 최대 수량
로트값 사용 여부
로케이션 별 안전재고 수량
COUNT14