您可以选择一个与产品相关的通知类别名称并相应输入。 通常,您可以从 2 或 3 个中选择一个。
在下面类目示例的元信息查询中,有两种noticeCategoryName:'other goods'和'apparel'。
如果您选择“其他商品”,请在创建商品时输入通知类别名称。 如果您选择“服装”,请在创建产品时输入九个注意类别名称。
"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"
}
]
}
],