2016 Freightliner 108 SD, All Wheel Drive (2024)

  • Home
  • Browse
  • Automotive
  • Heavy Duty Trucks
  • Dump Trucks
  • 2016 Freightliner 108 SD, All Wheel Drive(67377799)

Listing Number: 67377799 | Clarks Summit, PA US | Borough of Clarks Summit 0 Seller's Other Auctions

"); if (!$(this).is(":visible")) { $(this).fadeTo(1000, 1, function () { $(this).slideDown(500); }); } }); } if (data.Accepted) { //prepare success system message systemMessage = "

×" + contextMessageDictionary["ActionSuccess"] + "

"; if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } //render checkout button if a lineitem was returned if ((autoGenerateInvoices || ownerAllowsInstantCheckout) && data.LineItemID) { var checkoutUrl = 'localhost:64580/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fListing%2fDetails%2f67377799%2fUnited_States'; if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } if (data.LineItemID && !highlightCheckoutButtonForBuyNow) { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=csbmanager&template=ask_listing_question&listingID=67377799&returnUrl=%2FListing%2FDetails%2F67377799%2F2016-Freightliner-108-SD-All-Wheel-Drive'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (true) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=67377799&Receiver=csbmanager' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } else { //ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } else { //Context is null, but ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } }); //render checkout button if the listing ends successfully and the winner is viewing $(document).on("SignalR_UpdateListingStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; if (autoGenerateInvoices || ownerAllowsInstantCheckout) { if (data.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { var checkoutUrl = 'localhost:64580/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fListing%2fDetails%2f67377799%2fUnited_States'; var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } if (data.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { //"/Account/SendListingMessage?receiver=tester1&template=ask_listing_question&listingID=166614&returnUrl=%2FListing%2FDetails%2F166614%2Ftest-item-J" var contactSellerUrl = '/Account/SendListingMessage?receiver=csbmanager&template=ask_listing_question&listingID=67377799&returnUrl=%2FListing%2FDetails%2F67377799%2F2016-Freightliner-108-SD-All-Wheel-Drive'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (true) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=67377799&Receiver=csbmanager' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(document).on("SignalR_UpdateInvoiceStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; jslog("SignalR_UpdateInvoiceStatus (listing, invoice, status, payer): " + data.ListingID + ", " + data.InvoiceID + ", " + data.InvoiceStatus + ", " + data.InvoicePayerUN); //show "View Invoice" or "Checkout" button if applicable if (data.InvoicePayerUN == aweUserName) { //get result of /RealTime/IsInvoicePayable?invoiceId=nnnnnn var promise = ProxyAuction.invokeAsync("IsInvoicePayable", { invoiceId: data.InvoiceID }, function(result) { var checkoutUrl = 'localhost:64580/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fListing%2fDetails%2f67377799%2fUnited_States'; if (result.isPayable) { //invoice is payable if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } if ($("a.btn__detail__checkout").length == 0) { //render checkout button if one does not already exist var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; $(".detail__context-menu").prepend(checkoutHtml).show(); jslog("checkout button rendered for invoice #" + data.InvoiceID); } } else { //the invoice is not payable, so instead of 'checkout' button, render 'view invoice' button if one does not already exist if ($("a.btn__detail__invoices").length == 0) { var viewInvoiceHtml = '

' + '' + '' + '' + '' + '' + '' + 'View Invoice' + '' + '' + '

'; $(".detail__context-menu").append(viewInvoiceHtml).show(); jslog("view invoice button rendered for invoice #" + data.InvoiceID); } } //only render the contact and/or feedback buttons if either // a) the web.config setting HighlightCheckoutButtonForBuyNow is set to False, or // b) the invoice is not payable if (!highlightCheckoutButtonForBuyNow || !result.isPayable) { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=csbmanager&template=ask_listing_question&listingID=67377799&returnUrl=%2FListing%2FDetails%2F67377799%2F2016-Freightliner-108-SD-All-Wheel-Drive'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if (true) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=67377799&Receiver=csbmanager' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for invoice #" + data.InvoiceID); } } }, function(error) { jslog("Error retrieving invoice status (1): " + error); } ); promise.fail(function (jqXHR, textStatus) { jslog("Error retrieving invoice status (2): " + textStatus); }); } }); });

2016 Freightliner 108 SD, All Wheel Drive (1)

  • 2016 Freightliner 108 SD, All Wheel Drive (2)

  • 2016 Freightliner 108 SD, All Wheel Drive (3)

  • 2016 Freightliner 108 SD, All Wheel Drive (4)

  • 2016 Freightliner 108 SD, All Wheel Drive (5)

  • 2016 Freightliner 108 SD, All Wheel Drive (6)

  • 2016 Freightliner 108 SD, All Wheel Drive (7)

  • 2016 Freightliner 108 SD, All Wheel Drive (8)

  • 2016 Freightliner 108 SD, All Wheel Drive (9)

  • 2016 Freightliner 108 SD, All Wheel Drive (10)

  • 2016 Freightliner 108 SD, All Wheel Drive (11)

  • 2016 Freightliner 108 SD, All Wheel Drive (12)

  • 2016 Freightliner 108 SD, All Wheel Drive (13)

  • 2016 Freightliner 108 SD, All Wheel Drive (14)

  • 2016 Freightliner 108 SD, All Wheel Drive (15)

  • 2016 Freightliner 108 SD, All Wheel Drive (16)

  • 2016 Freightliner 108 SD, All Wheel Drive (17)

  • 2016 Freightliner 108 SD, All Wheel Drive (18)

  • 2016 Freightliner 108 SD, All Wheel Drive (19)

  • 2016 Freightliner 108 SD, All Wheel Drive (20)

  • 2016 Freightliner 108 SD, All Wheel Drive (21)

  • 2016 Freightliner 108 SD, All Wheel Drive (22)

  • 2016 Freightliner 108 SD, All Wheel Drive (23)

  • 2016 Freightliner 108 SD, All Wheel Drive (24)

  • 2016 Freightliner 108 SD, All Wheel Drive (25)

  • 2016 Freightliner 108 SD, All Wheel Drive (26)

  • 2016 Freightliner 108 SD, All Wheel Drive (27)

  • 2016 Freightliner 108 SD, All Wheel Drive (28)

  • 2016 Freightliner 108 SD, All Wheel Drive (29)

  • 2016 Freightliner 108 SD, All Wheel Drive (30)

  • 2016 Freightliner 108 SD, All Wheel Drive (31)

  • 2016 Freightliner 108 SD, All Wheel Drive (32)

This will lower the reserve so that the next placed bid will meet the reserve.

Starting Bid: $1,000.00
Current Price: $17,200.00
Buy Now Price $0.00
No Reserve
Buyer's Fee: 9.00%
Start Date
End Date [Extended]
Bid History 60Bid(s)
High Bidder r********d
Page Views 2010

Certified payment due at pickup

-2016Freightliner 108 SD, All Wheel Drive

-ISL9 Cummins engine

-6 speed Allison automatic transmission

-19,141mi. / 2,087 hrs.-GVWR 39,000 lbs. (GAWR - Front 16,000 lbs./ Rear 23,000 lbs.)

-VIN 1FVDG5CY4GHHC8074 -J&J 11' Aluminum dump body -Flink Stainless Steel V-Box salt spreader

-11' Gledhill Sno-Foil snow plow w/ quick attach hitch

-Force central hydraulics system

-Includes tailgate with three(3) coal chutes

Will Item results be voted on Yes
Date of voting Wednesday, September 4, 2024
Will you ship this item No. Pickup only.
In person item inspection information call 570-585-4800 for work day inspection
Pickup Location Details DPW garage, 308 Davis St, Clarks Summit, PA 18411
Does it start Yes
Is it drivable off the lot Yes
Is it currently inspected Yes
Vehicle has a transferable title Yes
Miles 19,141
VIN 1FVDG5CY4GHHC8074
Year 2016
Make Freightliner
Model 108SD
Trim Level -
Body Style CONVENTIONAL CAB
Engine Type 8.9L L6 DIESEL
Transmission_short No data
Transmission_long No data
Driveline 4X4
Fuel Economy_city No data
Fuel Economy_highway No data

You must be signed in to ask and answer questions.

Q:
"Working Air Conditioning? Thanks"
- Asked by #17040855 08/10/2024 06:57 PM
A:
yes
-Answered on 08/14/2024 08:32 AM
Q:
"Can you take pictures of inside the salt spreader, inside the cab, the frame under the body and showing the body lifted? "
- Asked by #60773823 08/11/2024 02:12 PM
A:
see attached
-Answered on 08/14/2024 08:33 AM
Q:
"There is no attachment of new photos."
- Asked by #60773823 08/14/2024 08:43 AM
A:
they were added to the original ones above.
-Answered on 08/14/2024 11:22 AM
Q:
"I'm sorry but there are only the original 7 pictures on your site. I refreshed to double check but the new pictures are not up. "
- Asked by #60773823 08/14/2024 11:29 AM
A:
they didn't show up, I apologize. They should be there now.
-Answered on 08/14/2024 11:34 AM
Q:
"I see them now. Thank you!"
- Asked by #60773823 08/14/2024 12:08 PM
A:
thank you!
-Answered on 08/14/2024 12:09 PM
Q:
"Jake brake?"
- Asked by #27771276 08/27/2024 08:07 AM
A:
The Freightliner has a 2 position engine brake, However, it is not a Jacob's brand engine brake.
-Answered on 08/30/2024 09:29 AM
Ask this seller a question

Please note that all questions are public. Do not include personal information you wouldn't want everyone to know.

Please keep your question specific to the actual item or details of the auction. Users abusing the questions & answer section will be banned from using Municibid. Harassment and abuse will not be tolerated.

You will receive an email when the seller responds.

Are you sure?

Our Buyers Fees

With Municibid, pricing is clear, up-front and transparent. A buyer's fee (% of the winning bid amount) will be charged directly to the winning bidder upon the close of each auction via the credit card you entered prior to placing the bid. You pay the selling agency directly for the full cost of the item. (unless otherwise noted)

All Buyers fee's are aggregate unless otherwise noted. This means after you cross certain price thresholds you will pay a different buyers fee for the remaining amount. See below for an example.

Example:

If buyers fee is 8% for bids up to $99,999.99, 5% for bids $100,000 - $499,999.99, and 4% for bids over $500,000.

  • Winning bid: $50,000: = Buyers fee: $4,000 (8% of $50,000).
  • Winning bid: $150,000: = Buyers fee: $10,500 (8% of $100,000 = $8,000) + (5% of $50,000 = $2,500).
  • Winning bid: $550,000: = Buyers fee: $30,000 (8% of $100,000 = $8,000) + 5% of $400,000 = $20,000) + (4% of $50,000 = $2,000).

Where can I see what the buyers fee is?

The current buyers fee will always be shown on the page of the listing under the current price in both the bid area and auction details area. You will also see the buyers fee amount you will pay for your entered bid on the page where you confirm your bid.

2016 Freightliner 108 SD, All Wheel Drive (33)2016 Freightliner 108 SD, All Wheel Drive (34)2016 Freightliner 108 SD, All Wheel Drive (35)

What if the selling agency rejects my bid?

If the government agency rejects your bid (they reserve the right to do so) your buyer's fee will be returned, in full, to you within 5 days of notification to Municibid of the rejected bid by the governing body.

Bidding Increments

Please Note: Bid increments automatically adjust based on the level of the current bid. The increments are as follows:

If amount is greater than or equal to The bid increment will be
$0.00 $1.00
$100.00 $10.00
$500.00 $25.00
$1000.00 $50.00
$2500.00 $100.00

**If there is a reserve on an item, your bid will go to the lessor of either your maximum bid or the reserve price.

FAIR WARNING ALL SALES ARE FINAL. You are legally obligated to pay for your item per the terms of the seller if you are the high bidder at the close of auction. If you do not pay for your item, you will not receive a refund of your buyer's final sale fee, you will no longer be permitted to bid on municibid.com and will be subject to a penalty of 40% of the winning bid amount. If your credit card is declined for insufficient funds, you will be charged a $50 fee.

Our Buyers Fees

With Municibid, pricing is clear, up-front and transparent. A buyer's fee (% of the winning bid amount) will be charged directly to the winning bidder upon the close of each auction via the credit card you entered prior to placing the bid. You pay the selling agency directly for the full cost of the item. (unless otherwise noted)

All Buyers fee's are aggregate unless otherwise noted. This means after you cross certain price thresholds you will pay a different buyers fee for the remaining amount. See below for an example.

Example:

If buyers fee is 8% for bids up to $99,999.99, 5% for bids $100,000 - $499,999.99, and 4% for bids over $500,000.

  • Winning bid: $50,000: = Buyers fee: $4,000 (8% of $50,000).
  • Winning bid: $150,000: = Buyers fee: $10,500 (8% of $100,000 = $8,000) + (5% of $50,000 = $2,500).
  • Winning bid: $550,000: = Buyers fee: $30,000 (8% of $100,000 = $8,000) + 5% of $400,000 = $20,000) + (4% of $50,000 = $2,000).

Where can I see what the buyers fee is?

The current buyers fee will always be shown on the page of the listing under the current price in both the bid area and auction details area. You will also see the buyers fee amount you will pay for your entered bid on the page where you confirm your bid.

2016 Freightliner 108 SD, All Wheel Drive (36)2016 Freightliner 108 SD, All Wheel Drive (37)2016 Freightliner 108 SD, All Wheel Drive (38)

What if the selling agency rejects my bid?

If the government agency rejects your bid (they reserve the right to do so) your buyer's fee will be returned, in full, to you within 5 days of notification to Municibid of the rejected bid by the governing body.

Bidding Increments

Please Note: Bid increments automatically adjust based on the level of the current bid. The increments are as follows:

If amount is greater than or equal to The bid increment will be
$0.00 $1.00
$100.00 $10.00
$500.00 $25.00
$1000.00 $50.00
$2500.00 $100.00

FAIR WARNING ALL SALES ARE FINAL. You are legally obligated to pay for your item per the terms of the seller if you are the high bidder at the close of auction. If you do not pay for your item, you will not receive a refund of your buyer's final sale fee, you will no longer be permitted to bid on municibid.com and will be subject to a penalty of 40% of the winning bid amount. If your credit card is declined for insufficient funds, you will be charged a $50 fee.

2016 Freightliner 108 SD, All Wheel Drive (2024)

FAQs

What is a Freightliner 108SD? ›

Freightliner SD108

The Freightliner Trucks 108SD combines powerful, fuel-efficient engines, multiple power take-off (PTO) options, a chassis engineered for ease of upfit, and a weight-optimized design.

What is the towing capacity of the Freightliner 108SD? ›

With the optional 3/8″ steel logger bumper you have the added strength of a heavy-duty center tow pin that provided 80,000 lbs. of towing capacity. The 108SD is extremely versatile.

What is the difference between Freightliner 114SD and M2? ›

114SD. The 114SD packs more power than the M2 106 with 260–505 HP, up to 1,850 lb-ft of torque, and a GVW of 92,000 lb. It comes standard with the Detroit® DD13® engine, optimized mid-chassis packaging, and a strategically mounted aftertreatment system.

Is there a AWD semi truck? ›

The military has some that are all wheel drive that are designed to go off road. But in general most of the semi trucks and tractor trailers you see on the highway are just rear wheel drive.

Does anyone make an AWD truck? ›

Which AWD trucks are the best depends entirely on what you want to use them for. For more daily use, a cheap Nissan Frontier or Toyota Tacoma is a good choice, but for maximum work capability, the Ford F-450 and Ram 3500 take the cake. As for off-roading, the Jeep Gladiator is a standout choice.

References

Top Articles
Babco*ck officially joins Blue Jackets as head coach after nearly 4 years out of NHL | CBC Sports
Mike Babco*ck resigns as Columbus Blue Jackets coach after NHLPA investigation
Target Dummies 101 - The Dummy Research/Tutorial Thread
RS3 Mining Training Guide - 1-99/120 | Gaming Elephant
Osrs Tokkul Calculator
Costco Gas Price Carlsbad
Cincinnati Adult Search
3472542504
Convert Ng Dl To Pg Ml
Bookmark Cshive
Lojë Shah me kompjuterin në internet. Luaj falas
6023445010
Nalo Winds
Claims Adjuster: Definition, Job Duties, How To Become One
Mobiloil Woodville Tx
Www Craigslist Antelope Valley
Samsung Galaxy M42 5G - Specifications
Wells Fargo Banks In Florida
My Sagu Blackboard
Sophia Garapetian Twitter
Drys Pharmacy
Food Lion.com/Jobs
Free 120 Step 2 Correlation
Jennifer Beals Bikini
craigslist: northern MI jobs, apartments, for sale, services, community, and events
Rural King Credit Card Minimum Credit Score
Razwan Ali ⇒ Free Company Director Check
Fast X Showtimes Near Evo Cinemas Creekside 14
South Bend Tribune Online
Erj Phone Number
Does Dollar General Have Humidifiers
Shiftwizard Login Wakemed
N33.Ultipro
Gwcc Salvage
Craigslist Labor Gigs Albuquerque
What Happened To Doublelist? Unveiling The Mystery | Men's Venture
Body Rubs Austin Texas
Krunker.io . Online Games . BrightestGames.com
Goose Band Setlists
Shs Games 1V1 Lol
SYSTEMAX Software Development - PaintTool SAI
Blackboard Bristol
China Rose Plant Care: Water, Light, Nutrients | Greg App 🌱
Honda Fury Forums
Craigslist Farm And Garden Reading Pa
Joe Aloi Beaver Pa
No Hard Feelings Showtimes Near Pullman Village Centre Cinemas
Slug Menace Rs3
Mycarolinas Login
13364 Nw 42Nd Street
Obsidian Guard's Skullsplitter
Kentucky TikTok: 12 content Bluegrass State creators to know
Latest Posts
Article information

Author: Rev. Porsche Oberbrunner

Last Updated:

Views: 6011

Rating: 4.2 / 5 (73 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Rev. Porsche Oberbrunner

Birthday: 1994-06-25

Address: Suite 153 582 Lubowitz Walks, Port Alfredoborough, IN 72879-2838

Phone: +128413562823324

Job: IT Strategist

Hobby: Video gaming, Basketball, Web surfing, Book restoration, Jogging, Shooting, Fishing

Introduction: My name is Rev. Porsche Oberbrunner, I am a zany, graceful, talented, witty, determined, shiny, enchanting person who loves writing and wants to share my knowledge and understanding with you.