fbs_sellable_stock
Last Updated: 7 Jul 2025
Basics
| 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 |
Push Parameters
| Name | Type | Sample | Description |
|---|---|---|---|
| data | object | Main Push message info. | |
| list | object[] | ||
| mt_sku_id | string | 901240351_4259251776 | Warehouse SKU ID |
| whs_id | string | BRFSP1 | Warehouse ID |
| shop_id | int64 | 302235160 | Shop ID |
| whs_region | string | BR | The region that warehouse located |
| whs_sellable_qty | int64 | 50 | Warehouse sellable stock qty |
| 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. |
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
}
Update Log
| Date | Update Details |
|---|---|
| 2025-07-07 | New Push |