快工助手跨境电商知识与商机助手

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?

Shopee 官方资料 · Shopee Open Platform 常见问题(FAQ) · 适合开发者

stable本次发布有变化全部展示

来自 Shopee 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
Shopee / profile.shopee.faq
语言
en
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/shopeeaudience/developercategory/help_centertopic/apitopic/developertopic/faqtopic/sandbox-testtopic/test-via-openapi

资料正文

§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
}
#