0 $0.00
items in your cartto quote Checkout
Ooops no items were found.
Try something else.
Ok
Loading…
Search & Filter

Hand Trucks

23 items found
Sort by
Multi-Cart 8-in-1 Cart, 500 lb Capacity, 33.25 x 17.25 x 42.5, Black
2-in-1 Multi-Position Hand Truck and Cart, 300 lbs, 16.63 x 12.75 x 49.25, Black/Blue/Green
3-in-1 Convertible Hand Truck, 800 lb to 1,000 lb Capacity, 21.06 x 21.85 x 48.03, Aluminum
Heavy-Duty Platform Cart, 300 lb Capacity, 21 x 32.5 x 37.5, Black
Handcart, 250 lb Capacity, 19.3 x 14.6 x 38, Black
Utility-Duty Home/Office Cart, 250 lb Capacity, 20.5 x 32.5, Platform, Black
Heavy-Duty Platform Truck Cart, 1,000 lb Capacity, 24 x 36 Platform, Black
Heavy-Duty Platform Truck Cart, 2,000 lb Capacity, 24 x 48 Platform, Black
Heavy-Duty Platform Truck Cart, 1,200 lb Capacity, 24 x 48 Platform, Black
Platform Truck, 2,000 lb Capacity, 30 x 60 x 7, Black
Stow and Go Cart, 110 lb Capacity, 15.25 x 16 x 39, Aluminum
Stow-Away Platform Truck, 1,000 lb Capacity, 24 x 39 x 40, Aluminum/Black
Total 23 products
show per page
SEARCH ×

// Move new inventory (() => { const category = document.querySelector('.ex-category'); const search = document.querySelector('.ex-searchresult'); if (!category && !search) return; const moveInventory = () => { document.querySelectorAll('.tileparent').forEach((tile) => { if (tile.classList.contains('loaded')) return; tile.classList.add('loaded'); const footerWrapper = tile.querySelector('.footer-wrapper-description'); const inventory = tile.querySelector('.live-inventory-v2-wrapper'); if (footerWrapper && inventory) { footerWrapper.append(inventory); } }); }; moveInventory(); document.addEventListener('live-inventory-done', () => { moveInventory(); }, false); document.addEventListener('product-loadmore-success', (e) => { moveInventory(); }, false); })(); // PDP Inventory (() => { const product = document.querySelector('.ex-product'); if (!product) return; const moveInventory = () => { const desktopDetails = document.querySelector('.desktop .productdetails'); const desktopInventory = document.querySelector('.desktop .live-inventory-v2-wrapper'); if (desktopDetails && desktopInventory) { desktopDetails.append(desktopInventory); } const mobileDetails = document.querySelector('.mobile .productdetails'); const mobileInventory = document.querySelector('.mobile .live-inventory-v2-wrapper'); if (mobileDetails && mobileInventory) { mobileDetails.append(mobileInventory); } }; document.addEventListener('live-inventory-done', () => { moveInventory(); }, false); })();