- 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); }); } }); });
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.
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.
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.