> For the complete documentation index, see [llms.txt](https://baeminchan-project.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://baeminchan-project.gitbook.io/project/item-detail/item-detail-1.md).

# Item Detail 결과 상세설명

https\://baeminchan-project.gitbook.io/project/\~/edit/drafts/-LSNkWyyhmLHsPFsIS44/item-detail 의 상세 설명

* item\_pk
* company: 회사명 (반찬이름의 \[\~\~\~] 부분
* item\_name: 반찬이름
* origin\_price: 원가
* sale\_price: 할인 가격(할인이 없으면 원가격과 동일),
* discount\_rate: 할인율 (0\~1사이 값)
* description: 상세보기의 상단과 하단의 상품정보고시 부분
  * item\_pk: description과 매칭되는 item\_pk
  * &#x20;description\_pk: description의 pk
  * added\_words: 상세 보기  우상단의 이름 밑의 작은 글씨로 붙은 설명 (없으면 비어있음- null)
  * point: 상세 보기  우상단 적립금&#x20;
  * delivery\_type: 상세 보기  우상단 배송타입
  * receive\_day: 상세 보기  우상단 수령요일
  * regular\_delivery: 상세 보기  우상단 정기배송 (True: 가능 , False: 불가)
  *
  * item\_type: 상품정보고시- 식품의 유형
  * factory\_address: 상품정보고시- 생산자 및 소재지
  * dom: 상품정보고시-제조연월일
  * capacity: 상품정보고시-포장단위별 용량(중량), 수량
  * ingredient: 상품정보고시-원재료명 및 함량
  * allergy\_material: 상품정보고시-알레르기 유발물질
  * caution: 상품정보고시-알레르기 주의사항
* itemimage\_set: 썸네일 및 상세설명 이미지
  * item\_pk: 이미지와 매칭되는 item\_pk
  * photo\_type: T:썸네일, D:상세설명 이미지
  * image\_order: 사진의 순서 (0,1,2,3,......)
  * photo: 실제 사진의 URL
* comment\_set: 댓글 list
  * comment\_pk: 댓글의 pk
  * item\_pk: 댓글이 달린 item의 pk
  * content: 댓글 내용
  * nickname
