fbs_sellable_stock
Last Updated: 7 Jul 2025
Thông số cơ bản
| Property | Value |
|---|---|
| Category | Fulfillment by Shopee Push |
| Push Mechanism Name | fbs_sellable_stock |
| Push Mechanism Code | 36 |
| Push Mechanism Description | 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. |
| Push Mechanism Subscription Rules | ERP System/Seller In House System |
| Time Out Seconds | 3s |
| Sequence Guaranteed | No |
| Can Repeated Same Message | Yes |
| Retry Seconds | 60s,300s,1800s |
Tham số Push
| Tên | Kiểu | Mẫu | Mô tả |
|---|---|---|---|
| data | object | Thông tin chính của thông báo push. | |
| list | object[] | ||
| mt_sku_id | string | 901240351_4259251776 | ID SKU trong kho |
| whs_id | string | BRFSP1 | ID kho hàng |
| shop_id | int64 | 302235160 | ID cửa hàng |
| whs_region | string | BR | Khu vực đặt kho hàng |
| whs_sellable_qty | int64 | 50 | Số lượng tồn kho có thể bán trong kho |
| update_time | timestamp | 1750746789 | Thời gian cập nhật |
| shop_id | int64 | 302235160 | ID cửa hàng |
| code | int32 | 36 | Mã định danh duy nhất của Shopee cho một thông báo push. |
| timestamp | timestamp | 1750746789 | Thời điểm cho biết tin nhắn đã được gửi. |
Java
{
"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
}
Lịch sử cập nhật
| Ngày | Chi tiết cập nhật |
|---|---|
| 2025-07-07 | New Push |