v1
latestOpenAPI 3.0.02026-07-26318168886.7 KBProducts
Get Locked Inventory Count
Get Locked Inventory Count<br>取得直播保留庫存數字
post/products/locked_inventory_count
Request body
Example request
{
"product_ids": [
"6596dbdbad0f70003d7d21e7",
"6596dbdbad0f70003d7d2123"
]
}Response
OK
Example response
{
"items": [
{
"product_id": "6596dbdbad0f70003d7d21e7",
"locked_inventory_count": 10,
"variations": {}
},
{
"product_id": "6596dbdbad0f70003d7d2123",
"locked_inventory_count": 100,
"variations": {
"65a10a8d8221300044fa1227": 2
}
}
]
}