- 완제품 조회 순서 변경 (마진값 결정을 위해 선행 조회) - 제품 카테고리(SCREEN/STEEL)에 따른 마진값 동적 결정 - 스크린: W+140, H+350 - 철재: W+110, H+350 - 제품 카테고리에 따른 중량(K) 계산 로직 구현 - 스크린: M×2 + W0/1000×14.17 - 철재: M×25 - getItemDetails()에 item_category, process_type 필드 추가 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>