WarehousegetBffWarehouseLocationList
Parameters
1 query
Query · 1
warehouseIdstringRequiredNumeric warehouse id.
Request
GET /bff/warehouse/location/list
curl -X GET "https://api.bizkithub.com/bff/warehouse/location/list?warehouseId=example_warehouseId" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"id": 0,
"warehouseId": 0,
"code": "example_code",
"isActive": false,
"totalQuantity": 0,
"insertedDate": "example_insertedDate",
"updatedDate": "example_updatedDate"
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.