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

Postal & Shipping Scales

13 items found
Sort by
M5 Digital Postal Scale, 5 lb Capacity
M25 Digital USB Postal Scale, 25 lb Capacity
Model 311 -- 11 lb. Postal/Shipping Scale, Round Platform, 6" dia
Portable Electronic Utility Bench Scale, 100 lb Capacity, 12.5 x 10.95 x 2.2  Platform
Portable Electronic Utility Bench Scale, 250 lb Capacity, 12.5 x 10.95 x 2.2  Platform
TillTally Money Scale, 1 lb Capacity, 6 x 3 Platform, Black
S100 Portable Digital USB Shipping Scale, 100 lb Capacity
S400 Portable Digital USB Shipping Scale, 400 lb Capacity
Electronic 60 lb Coin and Parts Counting Scale, 11.5 x 8.75, Gray
Electronic Shipping Scale, 5000lb Capacity, 48 x 48 Platform
PS150 Slimline Portable Bench Scale, 150 lbs/70 kg Capacity, 11.8 x 11.8 x 1.34 Platform, Black
25lb Electronic Postal Shipping Scale, 8 x 6 Platform, Gray
Total 13 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); })();