stable本次发布有变化全部展示
来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§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
| Field | Value |
|---|---|
| Push code | 36 |
| Timeout (seconds) | 3 |
| Retry strategy (seconds) | 60, 300, 1800 |
| Guaranteed delivery | No |
§3 Push parameters
Push parameters
| Name | Type | Required | Sample | Description |
|---|---|---|---|---|
| data | object | Main Push message info. | ||
| data.list | object[] | |||
| data.list.mt_sku_id | string | 901240351_4259251776 | Warehouse SKU ID | |
| data.list.whs_id | string | BRFSP1 | Warehouse ID | |
| data.list.shop_id | int64 | 302235160 | Shop ID | |
| data.list.whs_region | string | BR | The region that warehouse located | |
| data.list.whs_sellable_qty | int64 | 50 | Warehouse sellable stock qty | |
| data.list.update_time | timestamp | 1750746789 | Update time | |
| shop_id | int64 | 302235160 | Shop ID | |
| code | int32 | 36 | Shopee's unique identifier for a push notification. | |
| timestamp | timestamp | 1750746789 | Timestamp 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
| Date | Change |
|---|---|
| 2025-07-07 | New Push |
