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

Why NCC attribute is not mandatory for global products, but when I publish MTSKU into MPSKU, I get an error "NCC is mandatory for TW market, please fill and retry"

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/feature-apistopic/globalproduct

资料正文

§1 Why NCC attribute is not mandatory for global products, but when I publish MTSKU into MPSKU, I get an error "NCC is mandatory for TW market, please fill and retry"

Why NCC attribute is not mandatory for global products, but when I publish MTSKU into MPSKU, I get an error "NCC is mandatory for TW market, please fill and retry"

Currently, for some special attributes, it is required for some regions, and not required for other regions. For these attributes, we will return "is_mandatory": false in the v2.global_product.get_attributes API

But when calling v2.global_product.create_publish_task to publish to a region that requires attributes to be filled in, the v2.global_product.get_publish_task_result API will report an error: "NCC is mandatory for TW market, please fill and retry"

Through this error message, you can know that the NCC (attribute name) is required when publishing to TW (region). At this time, the seller needs to fill in the global product NCC attribute and then republish the MTSKU again.

It is recommended that you can call the v2.global_product.get_attributes API request parameter to upload need_region_mandatory=true, then you can get these required attributes for region, and you can get the information through the mandatory_region response paramerter.

#