stable本次发布有变化全部展示
来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 I received the error message, "NCC number does not exist in government NCC list. Please try again.". How can I obtain the correct NCC value?
I received the error message, "NCC number does not exist in government NCC list. Please try again.". How can I obtain the correct NCC value?
For the sandbox/test-stable environment ,when the "name" of the attribute is NCC, you can use the following NCC values to pass the test. CCAB92DG0109T CCAB92DG0209T CCAB92DG03Z9T CCAB92DG0409T CCAB92DG0509T CCAB92DG0609T CCAB92DG0709T
CCAB92DG0809T
CCAB92DG0909T
CCAB92DG1009T Example: Request API: https://openplatform.sandbox.test-stable.shopee.sg/api/v2/product/add_item Request Body:
{
"attribute_list": [
{
"attribute_id": 100970,
"attribute_value_list": [
{
"original_value_name": "CCAB91DG0109T",
"value_id": 0
}
]
},
{
"attribute_id": 100370,
"attribute_value_list": [
{
"original_value_name": "International Warranty",
"value_id": 2397
}
]
}
],
"brand": {
"brand_id": 1146423,
"original_brand_name": "Daiso"
},
"category_id": 100202,
"condition": "NEW",
"description": "商品描述",
"dimension": {
"package_height": 1,
"package_length": 2,
"package_width": 3
},
"item_name": "商品名稱",
"item_sku": "dssdasad",
"image": {
"image_id_list": [
"a17bb867ecfe900e92e460c57b892590",
"30aa47695d1afb99e296956699f67be6",
"2ffd521a59da66f9489fa41b5824bb62"
]
},
"normal_stock": 100,
"original_price": 100,
"pre_order": {
"days_to_ship": 3,
"is_pre_order": true
},
"video_upload_id": [],
"weight": 10.1
}
