来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [PH] Upcoming Mandatory Certifications for Philippines Shop
(Applicable to PH sellers)
Dear Developers,
To comply with the Internet Transaction Act (ITA) in the Philippines, which takes effect on June 20, 2025, Shopee will gradually strengthen seller qualification checks on the PH site. Under the new law, e-commerce platforms must ensure that sellers of regulated products provide valid business licenses or certifications. These may include (but are not limited to):
- Philippine Standard (PS) Certification
- Import Commodity Clearance (ICC) Mark
- Food and Drug Administration (FDA) Approval
For more details, please refer to the article
- Change Overview (For Developers) – Effective April 29, 2025
When uploading items under regulated categories for the PH site, both category permits and product certifications will become mandatory.
Upload Requirements:
Category Permits Only supported via Seller Center. Currently, not available via OpenAPI or App.
Product Certifications Upload via OpenAPI is supported. Developers must validate whether certification is required using API, and submit certification data accordingly.
- API Integration Guide
To support these system changes, please ensure your integration includes the following logic:
- Determine if Product Certification is Required
Once the seller selects the category_id and provides the attribute and option values, call:
- API: v2.product.get_product_certification_rule
- Request Parameters: category_id,attribute_id and value_id
Response Logic: The API will return the following fields:
-
certification_id
-
is_mandatory
- If is_mandatory = 1, certification is required for this product.
- If is_mandatory = 0, certification is not required, and certification fields can be skipped.
- certification_name
- certification_type
- Submit Certification When Uploading Items
If required, include certification details in v2.product.add_item or v2.product.update_item under certification_info. Required fields:
- certification_type
- certification_id
- certification_no
- Image_id
- name
- Expire_time
⚠️ If the product requires certification but the seller fails to provide it, the call to v2.product.add_item or v2.product.update_item will result in an error.
- Error for not submit category permit:”The category is prohibited”
- Error for not submit product certification:” Please fill in the mandatory field”
- Retrieve Existing Certification Information
Use: v2.product.get_item_base_info to check certification details already uploaded for an item.
- Action Required
Developers integrating with PH sellers must complete all system updates before April 29, 2025, to avoid item upload failures caused by missing certifications. The OpenAPI will be available on live env on April 18, 2025
If you have any questions, please contact us via the Developer Support channel. Thank you for your cooperation and continued support!
Related APIs:
v2.product.get_item_base_info
v2.product.add_item
v2.product.update_item
Effective Date: April 29, 2025
(适用于菲律宾站点卖家)
亲爱的开发者,
为配合将于 2025年6月20日 生效的《菲律宾互联网交易法》(Internet Transaction Act, 简称 ITA),Shopee 将逐步加强对菲律宾站点卖家的资质审核。根据新法规定,电商平台必须确保销售受管制商品的卖家提供有效的营业执照或认证材料,可能包括(但不限于):
- 菲律宾标准认证(PS Certification)
- 进口商品清关标志(ICC Mark)
- 食品药品管理局批准文件(FDA Approval
- 变更概览(开发者须知)– 2025年4月29日起生效
当卖家在菲律宾站点上传受管制类别商品时,需强制提供 类别许可证和产品认证。
上传要求:
- 类别许可证 仅支持通过卖家中心提交,目前不支持通过 OpenAPI 或 App 上传。
- 产品认证 支持通过 OpenAPI 上传。开发者需通过 API 判断是否需要提交认证,并根据要求上传相应认证资料。
- API 集成指引
- 判断商品是否需要产品认证
当卖家选择了 category_id 并填写了属性attribute 与value(option)值后,调用以下接口判断是否需要认证:
接口: v2.product.get_product_certification_rule 请求参数: category_id,attribute_id,value_id 返回字段:
- certification_id
- is_mandatory:若值为 1,则该商品需要认证;为 0 则不需要,认证字段可忽略
- certification_name
- certification_type
2)上传商品时提交认证信息
如商品需要认证,需在接口 v2.product.add_item 或 v2.product.update_item 中的 certification_info 字段提交以下信息:
- certification_type
- certification_id
- certification_no
- image_id
- name
- expire_time
⚠️ 若商品需要认证但卖家未提供,将导致上传失败:
- 未提交类别许可证时的错误提示:“The category is prohibited”
- 未提交产品认证时的错误提示:“Please fill in the mandatory field”
- 获取商品已上传的认证信息
使用接口:v2.product.get_item_base_info 查询商品已有的认证详情。
- 对接时间要求
所有对接菲律宾卖家的开发者,必须在 2025年4月29日 前完成相关系统更新,否则商品上传将因认证缺失而失败。OpenAPI 将于 2025年4月18日 在正式环境上线。
如有任何问题,请通过开发者支持渠道联系我们。感谢您的配合与持续支持!
影响接口:
v2.product.get_item_base_info
v2.product.add_item
v2.product.update_item
v2.product.get_product_certification_rule
生效日期:2025年4月29日
