DocsAPI ReferenceWarehouse/bff/warehouse/scanner/resolve
postWarehouseAdmin BFF

/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

2 total
Body · 2
codestringRequired

Raw scanner string (EAN / SKU / product / location / warehouse code).

Length: 1
preferencestring | string | string | string | string[]

Request

POST /bff/warehouse/scanner/resolve

post
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.

Get API Key