来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
查看技术与溯源信息
- 平台 / profile
- Shopee / profile.shopee.faq
- 语言
- en
- 发布版本
cn-20260909-2- 标签
- zhuge/sourceplatform/shopeeaudience/developercategory/help_centertopic/apitopic/developertopic/faqtopic/feature-apistopic/product
资料正文
§1 The errors related to the "tier_variation" level
The errors related to the "tier_variation" level
First of all, We define the level of "tier_variation" as follows:
For example, if an item has no model, there's no tier variation.
If the item has a color model with options such as red and blue, that's a 1-tier variation.
If the item has both a color model and a size model with options such as [red,XL] and [blue,S], that is a 2-tier variation. API: "v2.product.init_tier_variation" Error: The level of tier-variation not change. Explanation: The "v2.product.init_tier_variation" API can only be used to change the tier variation level, like from 0 tier variation to 1 tier variation, from 1 tier variation to 2 tier variation, or from 2 tier variation to 1 tier variation, from 1 tier variation to 0 tier variation. When you get this error, it means your request didn't change the tier variation level. If you set a color model with options, red and blue, for an item, and now you want to add one more color, black, you can call the "v2.product.update_tier_variation" API. API: "v2.product.update_tier_variation" Error: Item tier-variation level not same Explanation: The "v2.product.update_tier_variation" API can only be used to add or delete model(s) without changing the tier variation level. If you set a color model with options, red and blue, for an item, and now you want to change the tier variation level, such as adding a size model with options, S and XL, you need to use the "v2.product.init_tier_variation" API.
