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

Significant Open API Updates

Shopee 官方资料 · Shopee Open Platform 变更通知(Announcements) · 适合开发者

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

来自 Shopee 官方资料快照 ·

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

资料正文

§1 Significant Open API Updates

尊敬的开发者,请留意以下变动:

1.为降低一些使用MY phone number在SG开店并从事欺诈行为的情况,针对SG店铺,在新增和更新商品时,添加MY phone number的校验。用户可以继续使用MY phone number作为注册帐号,但不能上传或更新商品。此类用户在调用1.0与2.0的add_ item接口与update_ item接口时会报错:The registered phone number of your shop is abnormal (Malaysian phone number was detected), please update the phone number immediately。

影响接口:

shopee.item.Add

shopee.item.UpdateItem

v2.product.add_item

v2.product.update_item

上线时间:2021/11/18

2.v2.merchant.get_merchant_info新增返回merchant_currency字段,由于目前CNSC已经支持用人民币或者美元进行定价,因此新增返回merchant_currency字段表示卖家目前使用的币种,字段的可能值为USD、CNY、或者为空

影响接口:v2.merchant.get_merchant_info

上线时间:2021/11/24

3.v2.shop.get_shop_info新增返回is_sip字段,当店铺是SIP的主店铺或者附属店铺时,is_sip字段将返回为true;当店铺是普通店铺时,is_sip 字段将返回为false。原逻辑使用SIP的附属店铺调用v2.shop.get_shop_info接口返回报错No permission to current api,现逻辑将不报错。

影响接口:v2.shop.get_shop_info

上线时间:2021/11/24

  1. 为了更好地保护Dropshipper的个人信息,Open API上的Dropshipper姓名以及电话会被部分隐藏。

影响接口:

shopee.orders.GetOrderDetails

v2.order.get_order_detail

上线时间: 2021/11/18

Dear Developer,

Please find below updates:

1.In order to reduce the rate of the case that someone used MY phone number to open shop in SG and does fraudulent activities, we add a logic for SG shop to check the registration phone number when the users call add_item api and update_item api in both v1 and v2.This kind of users who are using MY phone number as registration phone number will be unable to call add_item api and update_item api both in v1 and v2, there will be a message returned “The registered phone number of your shop is abnormal (Malaysian phone number was detected), please update the phone number immediately”.

Related APIs:

shopee.item.Add

shopee.item.UpdateItem

v2.product.add_item

v2.product.update_item

Effective Date on Live:2021/11/18

  1. v2.merchant.get_merchant_info adds a new field of "merchant_currency", because CNSC currently supports pricing in RMB or dollars. The possible values of the"merchant_currency" field are USD, CNY, or empty.

Related API: v2.merchant.get_merchant_info

Effective Date on Live:2021/11/24

  1. v2.shop.get_shop_info adds a new field of "is_sip". If the shop is the main shop or affiliated shop of SIP, the is_sip field will return true; if the shop is a normal shop, the is_sip field will return false. Previously, when you called the v2.shop.get_shop_info api with the affiliate shop id, it would return an error. but it will not report an error after this requirement is online.

Related API: v2.shop.get_shop_info

Effective Date on Live:2021/11/24

  1. In order to protect the Dropshipper Info better, the dropshipper and dropshipper_phone info will be masked from Open API.

Related API:

shopee.orders.GetOrderDetails

v2.order.get_order_detail

Effective Date on Live:2021/11/18

#