DocsAPI ReferenceWarehouse/bff/warehouse/location/list
getWarehouseAdmin BFF

/bff/warehouse/location/list

List locations in a warehouse

WarehousegetBffWarehouseLocationList

Parameters

1 query

1 total
Query · 1
warehouseIdstringRequired

Numeric warehouse id.

Request

GET /bff/warehouse/location/list

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

Get API Key