WarehousepostBffWarehouseStocktakeCount
Parameters
11 body
Body · 11
sessionIdnumberRequireditemIdnumber | nullwarehouseIdnumberlocationIdnumber | nullproductIdnumber | nullproductVariantIdnumber | nullvirtualItemSkustring | nullcountedQuantitynumberRequiredRange: 0–∞
discrepancyReasonstring | nullcountedByMemberIdnumber | nullnotestring | nullRequest
POST /bff/warehouse/stocktake/count
curl -X POST "https://api.bizkithub.com/bff/warehouse/stocktake/count" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"sessionId": 0,
"warehouseId": 0,
"countedQuantity": 0
}'Response
JSON payload
{
"success": false,
"itemId": 0,
"expectedQuantity": 0,
"countedQuantity": 0,
"discrepancy": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.