TAPARIA T Socket Wrench 8mm 6P TSW 8
TAPARIA T Socket Wrench 8mm 6P TSW 8
TAPARIA T Socket Wrench 8mm 6P TSW 8
TAPARIA T Socket Wrench 8mm 6P TSW 8

TAPARIA T Socket Wrench 8mm 6P TSW 8

Non-returnable
₹187.00 ₹220.66

Product Name: Taparia T Socket Wrench – Model TSW 8 | 8 mm | Chrome Vanadium Steel | T-Handle | Hex Drive


Overview:

The TAPARIA T Socket Wrench 8mm (TSW 8) is a compact and efficient tool designed for high-precision fastening. Built with a durable T-shaped handle, it provides superior grip and torque. Whether you're working on machinery, automotive parts, or general repairs, this chrome-plated wrench ensures rust resistance and long service life, making it a must-have in your toolkit.

Key Features:

  • Durable Chrome Vanadium Steel: Built to withstand high torque applications with excellent wear resistance.

  • 8 mm Hex Drive Socket: Ideal for maintenance tasks on bikes, motorcycles, vehicles, and industrial machinery.

  • 300 mm Long Rod: Designed for deep-access applications and maximum reach.

  • TPR Ergonomic Handle: T-shaped handle with rubber grip offers firm hold and reduces user fatigue.

  • User-Friendly & Heavy-Duty: Engineered for efficiency, reliability, and comfort in daily use.


Specifications:

AttributeDetails
BrandTaparia
Model NumberTSW 8
Product TypeT-Handle Socket Wrench
Socket Size8 mm
Socket TypeHexagonal Drive
MaterialChrome Vanadium Steel
Handle TypeT-Handle with Rubber Grip
Item Length300 mm
ColourBlue & Silver (assumed consistent with TSW range)
Net Quantity1 Count
Country of OriginIndia
Choose Quantity
+ Add to Cart
Product Details
  • Brand: TAPARIA

  • Model: TSW 8

  • Type: T Socket Wrench

  • Socket Size: 8 mm

  • Handle Type: T-handle

  • Material: Alloy Steel

  • Finish: Chrome Plated

  • Usage: Electrical, mechanical, automotive maintenance

  • Country of Origin: India

Items have been added to cart.
One or more items could not be added to cart due to certain restrictions.
Added to cart
- There was an error adding to cart. Please try again.
Quantity updated
- An error occurred. Please try again later.
Deleted from cart
- Can't delete this product from the cart at the moment. Please try again later.
const items = [ { src: "", text: "Guaranteed Replacements if Damaged" }, { src: "", text: "Free Shipping above ₹499" }, { src: "", text: "Loved by 2 Lakh+ Happy Customers" } ]; const cartActionContainer = document.querySelector("[data-zs-product-primary-details] .theme-product-quantity-cart-container"); if (!cartActionContainer) return; function addIcons() { if (cartActionContainer.querySelector(".zs-icon-container")) return; const iconContainer = document.createElement("div"); iconContainer.className = "zs-icon-container"; items.forEach(item => { const iconDiv = document.createElement("div"); iconDiv.className = "zs-icon"; if (item.src) { const iconImg = document.createElement("img"); iconImg.src = item.src; iconImg.alt = item.text; iconDiv.appendChild(iconImg); } const iconText = document.createElement("span"); iconText.className = "zs-icon-title"; iconText.textContent = item.text; iconDiv.appendChild(iconText); iconContainer.appendChild(iconDiv); }); cartActionContainer.appendChild(iconContainer); } const buyNowButton = document.getElementById("buy-now-button"); if (buyNowButton) { addIcons(); } else { const observer = new MutationObserver((mutationsList, obs) => { const button = document.getElementById("buy-now-button"); if (button) { addIcons(); obs.disconnect(); } }); observer.observe(cartActionContainer, { childList: true, subtree: true }); } });