/bff/warehouse/scanner/resolve
Returns every match across warehouse / location / variant / product / virtual SKU and a best pick from the caller-supplied preference order.
WarehousepostBffWarehouseScannerResolve
Parameters
2 body
Body · 2
codestringRequiredRaw scanner string (EAN / SKU / product / location / warehouse code).
Length: 1–∞
preferencestring | string | string | string | string[]Request
POST /bff/warehouse/scanner/resolve
curl -X POST "https://api.bizkithub.com/bff/warehouse/scanner/resolve" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"code": "example_code",
"preference": []
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.