2" Swivel Caster Wheels Wholesale - Dallas General Wholesale
2" Swivel Caster Wheels Wholesale - Dallas General Wholesale
2" Swivel Caster Wheels Wholesale - Dallas General Wholesale
2" Swivel Caster Wheels Wholesale - Dallas General Wholesale

2" Swivel Caster Wheels Wholesale

T102-690038
Please Log In To view Low Wholesale Prices

2" Swivel Caster Wheels; Hard Rubber Base with Top Plate & Bearing

The 2 inches Rubber Wheel Swivel Plate Caster gives mobility to light furniture on surfaces where quiet movement and floor protection are vital. It features a 125 lb. load rating and can swivel 360-degrees. The caster attaches easily with a 2-1/4 in. x 1-3/4 in. plate and 4 screws. (screws not included)

Features

  • Ideal for transporting light furniture and displays quietly and safely
  • Rubber wheel and metal caster plate
  • 125 lb. load rating
  • For use on smooth, hard surfaces, such as cement and concrete
  • Swivels 360-degrees
  • Wheel Width: 13/16 in
  • Installs easily with 2-1/4 in. x 1-3/4 in. plate with pre-drilled mounting holes and 4 screws (Not included)

Package Contents - Accessories Included:

1* 2" Swivel Caster Wheel

QUESTIONS & ANSWERS

Have a Question?

Be the first to ask a question about this.

Ask a Question

document.addEventListener("DOMContentLoaded", function() { const notifyForm = document.getElementById("notify-me-form"); if (notifyForm) { notifyForm.addEventListener("submit", function(event) { event.preventDefault(); let email = document.getElementById("notify-email").value; let productId = "4413058908218"; fetch(`/admin/api/2023-04/products/${productId}/metafields.json`, { method: "POST", headers: { "Content-Type": "application/json", "X-Requested-With": "XMLHttpRequest" }, body: JSON.stringify({ metafield: { namespace: "notify_me", key: "emails", value: email, type: "json" } }) }) .then(response => response.json()) .then(data => { document.getElementById("notify-message").style.display = "block"; notifyForm.reset(); }) .catch(error => console.error("Error:", error)); }); } });