ecount_get_product
Retrieve a single product's detailed information by exact ECOUNT product code. Returns product name, specification, unit, prices, barcode, tax rate, and classification.
Instructions
품목 단건 조회. 특정 품목코드의 상세 정보를 조회합니다. 정확한 품목코드를 알고 있을 때 사용하세요. 품목코드를 모르면 ecount_get_products로 검색하거나 전체 목록을 조회하세요. [Rate Limit: 1초/1회] [Response: PROD_CD(품목코드), PROD_DES(품목명), SIZE_DES(규격), UNIT(단위), PROD_TYPE(품목구분: 0=원재료,1=제품,2=반제품,3=상품,4=부재료,7=무형상품), IN_PRICE(입고단가), OUT_PRICE(출고단가), CLASS_CD(그룹코드), BAR_CODE(바코드), BAL_FLAG(재고수량관리: 0=제외,1=대상), SET_FLAG(세트여부), TAX(부가세율), REMARKS(적요)]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prodCode | Yes | 조회할 품목코드 (필수). ECOUNT에 등록된 정확한 품목코드 입력. 예: RP61G4 |