How to display large number of columns in a table for a warehouse management system

I am designing UI/UX for a warehouse management system. As a warehouse consist of a hierarchy of containers as mentioned below. Warehouse building -> Zone -> Aisle -> Rack -> Shelve -> Bin

Other containers (tote, cart, palette)

I have catagorised the warehouse entities as below.

  1. Layout (Consists of Zone and Aisle)
  2. Station (various types of stations)
  3. Storage Unit (Rack, Shelf, bin)
  4. Movable Containers (tote, palette, cart, box)

I am looking forward to managing this hierarchy of elements in a single window type of interface. Any suggestions on how I can manage the UI/UX of above mentioned hierarchy effectively as the data grows under each of these warehouse entities over time.

enter image description here