상품정보고시 상품군별 입력해야할 필드 목록과 필드에 대한 설명을 조회합니다.
필드 조회
<Content-type: json 요청>
GET /v2/store/announcement?type={type} HTTP/1.1
키 | 타입 | 필수여부 | 설명 |
---|---|---|---|
type | String | 필수 | 상품정보고시 상품군별 상세 필드 조회 API응답 목록 참조 |
응답
<응답바디>
필드명 | 타입 | 필수여부 | 설명 |
---|---|---|---|
result | Array<AnnounceFieldResponse> | 필수 | 상품군별 상세 필드 목록 |
<응답 바디 샘플>
{
"result": [
{
"name": "material",
"title": "제품 소재",
"description": "섬유의 조성 또는 혼용률을 백분율로 표시, 기능성인 경우 성적서 또는 허가서",
"type": "TEXTAREA",
"info": {
"length": 1000
}
},
{
"name": "color",
"title": "색상",
"description": "",
"type": "TEXTAREA",
"info": {
"length": 1000
}
},
{
"name": "size",
"title": "치수",
"description": "S, M, L 처럼 문자 표기 or 길이로 표시할 경우 cm, mm 표기",
"type": "TEXTAREA",
"info": {
"length": 1000
}
},
{
"name": "manufacturer",
"title": "제조자",
"description": "수입품의 경우 수입자를 함께 표기 (병행수입의 경우 병행수입 여부로 대체 가능)",
"type": "TEXTAREA",
"info": {
"length": 1000
}
},
{
"name": "country",
"title": "제조국",
"description": "",
"type": "TEXTAREA",
"info": {
"length": 1000
}
},
{
"name": "caution",
"title": "세탁방법 및 취급시 주의사항",
"description": "",
"type": "TEXTAREA",
"info": {
"length": 1000
}
},
{
"name": "manufacturedDate",
"title": "제조연월",
"description": "",
"type": "TEXTAREA",
"info": {
"length": 1000
}
},
{
"name": "warrantyPolicy",
"title": "품질보증기준",
"description": "",
"type": "TEXTAREA",
"info": {
"length": 1000
}
},
{
"name": "afterServiceDirector",
"title": "A/S 책임자와 전화번호",
"description": "",
"type": "TEXTAREA",
"info": {
"length": 1000
}
}
]
}