coupang
Product API2025-04-24

I get the following warning window: "The number [14] of required product notices is inconsistent with the number [5] provided by the category [Other Goods]"

The warning indicates that the number of notices is different from the metadata.

Generally, you have 2 to 3 notice options to choose from. Select one to set up.
In the following example of category, you will see 2 "noticeCategoryName" (Notice): "Other Goods" and "Apparel". Select one of the 2 arrays to set up.

When you have selected "Other Goods
", enter 5 sub-noticeCategory fields for the product you create.
When you have selected "Apparel
", enter 9 sub-noticeCategory fields for the product you create.

 "noticeCategories": [
{
"noticeCategoryName": "의류",
"noticeCategoryDetailNames": [
{
"noticeCategoryDetailName": "제품 소재",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "색상",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "치수",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "제조자(수입자)",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "제조국",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "세탁방법 및 취급시 주의사항",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "제조연월",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "품질보증기준",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "A/S 책임자와 전화번호",
"required": "MANDATORY"
}
]
},
{
"noticeCategoryName": "기타 재화",
"noticeCategoryDetailNames": [
{
"noticeCategoryDetailName": "품명 및 모델명",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "인증사항",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "제조국(원산지)",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "제조자(수입자)",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "소비자상담 관련 전화번호",
"required": "MANDATORY"
}
]
}
],