You can select one notice category name that is relevant with the product and enter accordingly. Typically you can choose one out of 2 or 3.
On the meta information query of the category example below, there are two types of noticeCategoryName: 'other goods' and 'apparel'.
If you select "other goods" please enter the notice category name at product creation. If you select 'apparel', enter nine notice category name at product creation.
"noticeCategories": [
{
"noticeCategoryName": "other goods",
"noticeCategoryDetailNames": [
{
"noticeCategoryDetailName": "product and model name",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "certification items",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "country of manufacture(place of origin)",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "manufacturer (importer)",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "contact number for CS support",
"required": "MANDATORY"
}
]
},
{
"noticeCategoryName": "apparel",
"noticeCategoryDetailNames": [
{
"noticeCategoryDetailName": "product material",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "color",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "size",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "manufacturer(importer)",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "country of manufacture",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "wash label and instructions",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "Year and month of manufacture",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "Quality assurance criteria",
"required": "MANDATORY"
},
{
"noticeCategoryDetailName": "A/S contact point and contact information",
"required": "MANDATORY"
}
]
}
],