来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 Significant OpenAPI Updates
Dear Developer,
Please find below updates:
- Support shop authorization expiration alert. The shop_id list with expiring authorization will be sent in two ways:
Push Mechanism(Webhook): Daily push shop_id expiring after one week. For example, on June 7 it will push shop_id expiring on June 14. Please configure it in your Console, and it can only be configured in Live Push. More details please check Push Mechanism.
Email: Weekly every Monday it will send shop_id expiring after one to three weeks to your registered email. For example, on June 7th it will send shop_id expiring between June 14 and 27. First email will be on May 31.
Related API: Push Mechanism
Effective Date on Live: Lived
2.The v2.global_product.get_global_item_limit api adds the Chinese character multiple (Text Length Multiplie) field to return. This multiple is only valid for the calculation of the Chinese character length filled in item_name/description/variation name/option name of global item.
1)The total number of calculated characters must not exceed the limit of the field range returned by the v2.global_product.get_global_item_limit api;
2)The formula for calculating the total number of characters = ⌈the number of non-Chinese characters + the number of Chinese characters * the multiple of Chinese characters⌉;
3)Non-Chinese characters include: punctuation marks, special characters, emoji;
4)When the calculation result of text length is a decimal, it is rounded up.
Related API:
v2.global_product.get_global_item_limit
v2.global_product.add_global_item
v2.global_product.update_global_item
v2.global_product.init_tier_variation
v2.global_product.update_tier_variation
Effective Date on Live: Lived
尊敬的开发者,
请留意以下平台更新:
1.对即将过期的店铺授权的shop_id进行以下两种方式通知开发者::
推送机制(Webhook): 以日为周期,每天推送一周后授权过期的店铺shop_id。例如6月7日会推送6月14日过期的店铺shop_id。请在您的开放平台控制台内进行配置,此配置仅支持Live环境。详情请见 Push Mechanism.
邮件: 以周为周期,每周一以附件形式发送在未来一周到三周内过期的店铺shop_id到您开放平台的注册邮箱及其它联系邮箱。例如6月7日的邮件会发送在6月14日至27日期间授权过期的店铺shop_id。首封邮件将在5月31日发出。
影響接口:Push Mechanism
上線日期:已上線
2.v2.global_product.get_global_item_limit 接口新增中文字符倍数(Text Length Multiplie)字段返回。此倍数仅对全球商品的item_name/description/variation name/option name 填写的中文字符长度计算生效。
1)计算后总字符个数不得超过v2.global_product.get_global_item_limit 接口返回的字段范围限制;
2)总字符个数计算公式=⌈非中文字符个数 + 中文字符个数 * 中文字符倍数⌉;
3)非中文字符包括:标点符号、特殊字符、emoji;
4)当text lengt计算结果是小数时,向上取整。
影響接口:
v2.global_product.get_global_item_limit
v2.global_product.add_global_item
v2.global_product.update_global_item
v2.global_product.init_tier_variation
v2.global_product.update_tier_variation
上線日期:已上線
