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

Interoffice Envelopes

23 items found
Sort by
Light Brown Fold Flap Kraft Trade Size Interoffice Envelope, One-Sided Box-Style Format, 4.5 x 10.38, Brown Kraft, 500/Box
Brown Kraft String/Button Interoffice Envelope, #90, One-Sided Five-Column Format, 31-Entries, 9 x 12, Brown Kraft, 100/CT
Recycled Kraft String/Button Interoffice Envelope, #97, Two-Sided Five-Column Format, 52-Entries, 10 x 13, Brown Kraft,100/CT
Brown Kraft String/Button Interoffice Envelope, #97, Two-Sided Five-Column Format, 52-Entries, 10 x 13, Brown Kraft, 100/CT
Brown Kraft String/Button Box-Style Interoffice Envelope, #97, Two-Sided Three-Column Format, 10 x 13, Brown Kraft, 100/Box
Brown Kraft String/Button Interoffice Envelope, #98, One-Sided Five-Column Format, 31-Entries, 10 x 15, Brown Kraft, 100/CT
Colored Paper String and Button Interoffice Envelope, #97, One-Sided Five-Column Format, 10 x 13, Red, 100/Box
Colored Paper String and Button Interoffice Envelope, #97, One-Sided Five-Column Format, 10 x 13, Blue, 100/Box
Inter-Department Envelope, #97, Two-Sided Five-Column Format, 10 x 13, White, 100/Box
Brown Kraft Resealable Redi-Tac Interoffice Envelope, #97, One-Sided Five-Column Format, 10 x 13, Brown Kraft, 100/Box
Brown Kraft Redi-Tac Box-Style Interoffice Envelope, #97, Two-Sided Three-Column Format, 10 x 13, Brown Kraft, 100/Box
Gray/Red Paper Gummed Flap Personal and Confidential Interoffice Envelope, #97, 10 x 13, Gray/Red, 100/Box
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); })();