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

fbs_sellable_stock

Shopee 官方资料 · Shopee Open Platform 推送机制(Push Mechanism) · 适合开发者

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

来自 Shopee 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
Shopee / profile.shopee.push_mechanism
语言
en-US
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/shopeeaudience/developercategory/api_doctopic/apitopic/developertopic/fulfillment-by-shopee-pushtopic/push

资料正文

§1 fbs_sellable_stock

Get notified on the sellable stock in warehouse when there is any changing update in the stock. For the fbs_sellable_stock, which means that the sellable stock in the warehouse, exclude the stock in isolated zone and damage zone from the warehouse.Only for the Brazil Fulfilled-by-Shopee (FBS) service.

#

§2 Overview

Overview

FieldValue
Push code36
Timeout (seconds)3
Retry strategy (seconds)60, 300, 1800
Guaranteed deliveryNo
#

§3 Push parameters

Push parameters

NameTypeRequiredSampleDescription
dataobjectMain Push message info.
data.listobject[]
data.list.mt_sku_idstring901240351_4259251776Warehouse SKU ID
data.list.whs_idstringBRFSP1Warehouse ID
data.list.shop_idint64302235160Shop ID
data.list.whs_regionstringBRThe region that warehouse located
data.list.whs_sellable_qtyint6450Warehouse sellable stock qty
data.list.update_timetimestamp1750746789Update time
shop_idint64302235160Shop ID
codeint3236Shopee's unique identifier for a push notification.
timestamptimestamp1750746789Timestamp that indicates the message was sent.
#

§4 Sample

Sample

{
  "data": {
      "list": [
            {
                "mt_sku_id": "901240351_4259251776",
                "whs_id": "BRFSP1",
                "shop_id": 302235160,
                "whs_region": "BR",
                "whs_sellable_qty": 50,
                "update_time": 1750746789
            },
            {
                "mt_sku_id": "901240351_4259251776",
                "whs_id": "BRX",
                "shop_id": 302235160,
                "whs_region": "BR",
                "whs_sellable_qty": 370,
                "update_time": 1750746789
            },
            {
                "mt_sku_id": "901240351_4259251776",
                "whs_id": "BRK",
                "shop_id": 302235160,
                "whs_region": "BR",
                "whs_sellable_qty": 720,
                "update_time": 1750746789
            }
        ]
  },
  "shop_id": 302071623,
  "code": 36,
  "timestamp": 1751860958
}
#

§5 Update log

Update log

DateChange
2025-07-07New Push
#