Skip to main content

fbs_sellable_stock

Last Updated: 7 Jul 2025

Basics

PropertyValue
CategoryFulfillment by Shopee Push
Push Mechanism Namefbs_sellable_stock
Push Mechanism Code36
Push Mechanism DescriptionGet 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 RulesERP System/Seller In House System
Time Out Seconds3s
Sequence GuaranteedNo
Can Repeated Same MessageYes
Retry Seconds60s,300s,1800s

Push Parameters

NameTypeSampleDescription
dataobjectMain Push message info.
listobject[]
mt_sku_idstring901240351_4259251776Warehouse SKU ID
whs_idstringBRFSP1Warehouse ID
shop_idint64302235160Shop ID
whs_regionstringBRThe region that warehouse located
whs_sellable_qtyint6450Warehouse sellable stock qty
update_timetimestamp1750746789Update time
shop_idint64302235160Shop ID
codeint3236Shopee's unique identifier for a push notification.
timestamptimestamp1750746789Timestamp 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

DateUpdate Details
2025-07-07New Push