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

[Important] Update Local SIP Affiliate Shop Access Permission

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-shoptopic/changelogtopic/developertopic/openapi-updates

资料正文

§1 [Important] Update Local SIP Affiliate Shop Access Permission

Dear Developers,

In the Local SIP business model (where Local SIP means the Primary Shop is a Local Shop), Shopee will automatically synchronize the products from the Primary Shop to the Affiliate Shop. Additionally, when a buyer places an order, the order from the Affiliate Shop will automatically be synchronized to the Primary Shop. As a result, Local SIP sellers only need to manage the Primary Shop and do not need to manage the Affiliate Shop. For more information, please refer to: SIP Best Practices.

Based on this, Shopee will change the access permission for Local SIP Affiliate Shop. The specific modifications are as follows:

Authorization Updates

  1. When a seller authorizes the Local SIP Primary Shop for Open API, Shopee will no longer automatically authorize the Affiliate Shops under that Primary Shop. As a result, Local SIP Affiliate Shop no longer support calling any Open API.

  2. For existing authorized Local SIP Primary Shop, starting from April 7, Shopee will remove the Open API authorization for all Affiliate Shops under Local SIP Primary Shop within two weeks. Once the data processing is completed, the original authorized Local SIP Affiliate Shop will no longer have the permission to call any open API.

API Response Updates

  1. For the Local SIP Primary Shop, the v2.shop.get_shop_info API will return an empty Affiliate Shop list.

By calling "v2.shop.get_shop_info" with the shop_id of a Local SIP Primary shop, the returned shop information is as follows:

{

"auth_time": 1741944925,

"error": "",

"expire_time": 1773503999,

"is_cb": false,

"is_direct_shop": false,

"is_main_shop": true,

"is_sip": true,

"is_upgraded_cbsc": false,

"linked_direct_shop_list": [

{

"direct_shop_id": 223009454,

"direct_shop_region": "SG"

}

],

"linked_main_shop_id": 0,

"merchant_id": null,

"message": "",

"region": "MY",

"request_id": "e3e3e7f331c75fa1c6c551249779f601",

"shop_fulfillment_flag": "Others",

"shop_name": "mysipuat",

"sip_affi_shops": [],

"status": "NORMAL"

}

Related APIs:

v2.shop.get_shop_info

Effective Date on Live:

2025.04.02

尊敬的开发者,

您好,在Local SIP业务模式下 (Local SIP指Primary Shop是一个本土店铺),Shopee会自动将Primary Shop下的商品同步至Affiliate Shop,并且在Buyer下单时自动将Affiliate Shop下的订单同步至Primary Shop,因此Local SIP卖家仅需管理Primary Shop,而不需要管理Affiliate Shop。更多信息请参考:SIP最佳实践。

因此,Shopee将对Local SIP Affiliate Shop的权限作出更改,具体的改动如下:

授权变更

1)卖家在对Local SIP Primary Shop进行Open API授权时,Shopee将不再对该Primary Shop下的Affiliate Shop自动授权。基于此,Local SIP Affiliate Shop不再支持调用任何open API。

2)目前已授权的Local SIP P shop,Shopee将会从4月7日开始,在两周内解除Primary Shop下所有Affiliate Shop的Open API授权关系。数据处理完成后,原来已经完成授权的Local SIP Affiliate Shop不再拥有调用任何Open API的权限。

接口响应更新

1)对于Local SIP Primary Shop,v2.shop.get_shop_info返回的Affiliate Shop列表为空

通过Local SIP Primary Shop的shop_id调用“v2.shop.get_shop_info” ,返回的店铺信息如下:

{

"auth_time": 1741944925,

"error": "",

"expire_time": 1773503999,

"is_cb": false,

"is_direct_shop": false,

"is_main_shop": true,

"is_sip": true,

"is_upgraded_cbsc": false,

"linked_direct_shop_list": [

{

"direct_shop_id": 223009454,

"direct_shop_region": "SG"

}

],

"linked_main_shop_id": 0,

"merchant_id": null,

"message": "",

"region": "MY",

"request_id": "e3e3e7f331c75fa1c6c551249779f601",

"shop_fulfillment_flag": "Others",

"shop_name": "mysipuat",

"sip_affi_shops": [],

"status": "NORMAL"

}

影响接口:

v2.shop.get_shop_info

上线时间:

2025.04.02

#