来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 Shopee Open API New Feature Announcement (BR FBS Support)
Dear Developers.
Please note that the following changes are only applicable to BR FBS sellers:
Background
To help more sellers manage their Fulfillment by Shopee (FBS) operations in BR efficiently via ERP or other external systems, we have introduced multiple new Open API features covering invoice management, service status notifications, blocking reason alerts, and inventory management, enabling sellers to automate their entire workflow.
Feature Updates
- Invoice Management
v2.order.generate_fbs_invoices
v2.order.get_fbs_invoices_result
v2.order.download_fbs_invoices Push: fbs_br_invoice_issued_push
Example Use Case: Sellers can download FBS invoices directly in ISV/ERP without logging into Shopee Seller Center.
- FBS Service Enrollment Status
v2.fbs.query_br_shop_enrollment_status
Push: fbs_br_shop_enrollment_status_push
Example Use Case: ISV/ERP automatically detects that FBS enrollment is active and prompts the seller to start receiving FBS orders and view FBS Stock on their ISV/ERPs.
- Blocking Reason Notifications
v2.fbs.query_br_shop_invoice_error Push: fbs_br_invoice_error_push
Example Use Case: When incorrect tax information blocks FBS operations, ISV/ERP alerts the seller to fix it promptly.
- Shop & SKU Block Status
v2.fbs.query_br_shop_block_status
v2.fbs.query_br_sku_block_status
Push: fbs_br_block_shop_push
Push: fbs_br_block_sku_push
Example Use Case: ISV/ERP receives a Webhook indicating a SKU/shop is blocked and stops preparing them for FBS fulfillment so seller can do the necessary updates on Shopee Seller Center.
- Real-time Inventory & Inventory Change Push
Real-time query: Retrieve inventory details identical to Seller Center
Push: fbs_sellable_stock
Example Use Case: The ISV/ERP warehouse module retrieves the latest inventory and instantly receives Push updates when stock changes.
尊敬的开发者,
请留意以下变动仅适用于BR FBS卖家:
背景
为了让更多卖家能够通过 ERP 或其他外部系统高效管理 BR 站点的 FBS(Fulfillment by Shopee) 业务,我们在 Open API 中新增了多项功能,覆盖发票管理、店铺FBS状态通知、阻塞原因提醒、库存管理 等场景,帮助卖家实现全流程自动化操作。
功能更新
- 发票管理
v2.order.generate_fbs_invoices
v2.order.get_fbs_invoices_result
v2.order.download_fbs_invoices
Push: fbs_br_invoice_issued_push
示例场景:卖家可在ISV/ERP系统中直接生成并下载 FBS 发票,无需登录 Seller Center。
- FBS 服务开通状态查询
v2.fbs.query_br_shop_enrollment_status
Push: fbs_br_shop_enrollment_status_push
示例场景:ISV/ERP自动检测卖家已完成 FBS 开通,并提示可开始创建 FBS 订单。
- 阻塞原因通知
v2.fbs.query_br_shop_invoice_error
Push: fbs_br_invoice_error_push
示例场景:当税务信息错误导致 FBS 受阻时,ISV/ERP弹出提醒,指导卖家尽快修正。
- 店铺与 SKU 阻塞状态查询/通知
v2.fbs.query_br_shop_block_status
v2.fbs.query_br_sku_block_status
Push: fbs_br_block_shop_push
Push: fbs_br_block_sku_push
示例场景:ISV/ERP收到 Webhook 提示某 SKU/店铺 被阻塞,自动停止该 SKU /店铺的 FBS 备货。
- 实时库存与库存变更 Push
实时查询:获取FBS可用库存
Push:fbs_sellable_stock
示例场景:ISV/ERP仓储模块可直接获取最新可用库存,并在库存变动时第一时间收到 Push 更新,避免超卖或库存差异。
