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

What is the difference between MTSKU and MPSKU?

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/cross-border-shoptopic/developertopic/faqtopic/mtsku-mpsku

资料正文

§1 What is the difference between MTSKU and MPSKU?

MTSKU=global item=Global item . For KRSC sellers, MTSKU can be understood as a virtual item, which is convenient for management.

MTSKU is equivalent to the parent product and can be published to multiple regions to generate multiple product MPSKUs. MPSKUs will directly inherit the basic information of MTSKUs, and the MPSKUs and MTSKUs of multiple regions have the same stock info, so sellers no longer need to manage the some basic info for the same product on multiple regions.The seller only needs to modify the basic information of MTSKU, and the system can automatically synchronize the modification to all published MTSKUs.

MPSKU=item=shop item . The real item visible to buyers.

For KRSC seller, it can only be publish MTSKU to be MPSKU, and direct creation of MPSKU is not supported. It means you can't call the product.add_item to create item now, you need to call the global_product.add_item to create item and then call the create_publish_task api to publish the MTSKU to be MPSKU.

If MTSKU is deleted, all MPSKUs published will also be deleted.

#