1045/1060 high Carbon Cold Steel Katana Full Hand Forged Traditional Japanese (2024)

× Bidding has ended on this item.

"); 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 //EXCEPT: when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices && ownerAllowsInstantCheckout && data.LineItemID) { var checkoutUrl = 'https://bid.702auctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f88214595%2f10451060-high-Carbon-Cold-Steel-Katana-Full-Hand-Forged-Traditional-Japanese'; 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 (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=702Auctions&template=ask_listing_question&listingID=88214596&returnUrl=%2FEvent%2FLotDetails%2F88214595%2F10451060-high-Carbon-Cold-Steel-Katana-Full-Hand-Forged-Traditional-Japanese'; var contactSellerHtml = '

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

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=88214596&Receiver=702Auctions' .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 a checkout button if: // // - the lot ends successfully, and // - the winner is viewing, but only if // - auto gen invoices is disabled // // mainly to prevent one invoice per LOT per buyer, rather than the generally preferred one invoice per EVENT per buyer $(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 == "") { //when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices) { var checkoutUrl = 'https://bid.702auctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f88214595%2f10451060-high-Carbon-Cold-Steel-Katana-Full-Hand-Forged-Traditional-Japanese'; 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."); } } //render contact seller button if one does not already exist if (false && $("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=702Auctions&template=ask_listing_question&listingID=88214596&returnUrl=%2FEvent%2FLotDetails%2F88214595%2F10451060-high-Carbon-Cold-Steel-Katana-Full-Hand-Forged-Traditional-Japanese'; var contactSellerHtml = '

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

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

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

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(".GoToPrevLot").on("click", function () { var thisLotOrder = 212; var lastLotOrder = 445; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 88112449, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 212; var lastLotOrder = 445; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 88112449, lotOrder: (thisLotOrder + 1) }) .done(function (data) { console.log("next lot result: ", data); if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(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 = Proxy.invokeAsync("IsInvoicePayable", { invoiceId: data.InvoiceID }, function(result) { var checkoutUrl = 'https://bid.702auctions.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f88214595%2f10451060-high-Carbon-Cold-Steel-Katana-Full-Hand-Forged-Traditional-Japanese'; 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 (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=702Auctions&template=ask_listing_question&listingID=88214596&returnUrl=%2FEvent%2FLotDetails%2F88214595%2F10451060-high-Carbon-Cold-Steel-Katana-Full-Hand-Forged-Traditional-Japanese'; var contactSellerHtml = '

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

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=88214596&Receiver=702Auctions' .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); }); } }); });

Back To Catalog


Shipping Information

Auction Terms & Conditions

  • All auctions are no reserve and sold to the highest bidder.
  • A 15% buyers fee applies to all items.
  • We accept Cash, PayPal andall major credit cards.
  • All payments must be made online prior to pickup. You will be emailed an invoice with a payment link,or your invoice can be found under the My Account section and can be paid for there. If you are paying cash, your order must be paid and picked up within 72 hours.
  • All invoices will be automatically charged to the Credit / Debit card on fileby 5pmthe followingday.
  • If there is no Credit/Debit card on file and there is no payment within 24 hours, the item will be relisted and you will not be allowed to bid again until you add a payment method to your account.
  • All bidders must pick uptheir itemsfrom1889 E. MAULE AVE. SUITE FLas Vegas, NV 89119within7 days.
  • Once payment is received, you will receive an email with a link to schedule a pickup time and pickup instructions.
  • All items must be picked up within 10 days of the auction endingor your order will be canceled and may be subject to a restocking fee.

702 Auctions offers returns on items that are misdescribed within 10 days of the date you picked up your items.

For our complete terms and conditions,Click Here

Pickup only!!1889 E. MAULE AVE. SUITE FLas Vegas, NV 89119Monday-Friday 9am-5pmwithin 10 days. Once payment is received, you will receive an email with a link to schedule a pickup time and pickup instructions. We offer contactless pickup options and take all possible measures to ensure your safety.

15.00% Buyer's Premium

This Auction Uses Proxy Bidding.

Active

1045/1060 high Carbon Cold Steel Katana Full Hand Forged Traditional Japanese 1045/1060 high Carbon Cold Steel Katana Full Hand Forged Traditional Japanese (1)

MSRP: $79.99 -

Lot # 302126

1045/1060 high Carbon Cold Steel Katana Full Hand Forged Traditional Japanese (2)

  • 1045/1060 high Carbon Cold Steel Katana Full Hand Forged Traditional Japanese (3)

  • 1045/1060 high Carbon Cold Steel Katana Full Hand Forged Traditional Japanese (4)

  • 1045/1060 high Carbon Cold Steel Katana Full Hand Forged Traditional Japanese (5)

  • Current Price $12.50 ( )
  • 4 Bid(s) View Bid History

Payment Options Seller Accepts Credit Cards

Payment Instructions
Once payment is made, you can set an appointment for pickup. Only one appointment is needed to pick up all of your items.

Details

Lot Number

302126

MSRP

79.99

Item Condition

NEW

Amazon ID

B0CCYQ3B14

Lot # 302126

System ID # 88214595

End Date

Start Date

Description

Description: 1045/1060 high Carbon Cold Steel Katana Full Hand Forged Traditional Japanese Samurai Swords Real Weapons Sharp,Full Tang,Functional, Black,Blue golden
MSRP: 79.99
Condition: NEW
Notes:
Other info: Overall length:103cm/40.55inches. handle length:26cm/10.24inches.blade length:71cm/27.95inches.Weight:1.25kg/2.75Ib. The material of the blade is (high carbon steel material), which gives the blade high hardness and toughness. We have made different color treatments to the blade, and then created irregular texture by manual grinding, because of which the blade looks distinctively beautiful. We forge our military swords following the traditional craftsmanship. All processes, from material selection, forging, quenching, polishing, to grinding, etc., are done by hand. The Fittings of this product is made of (alloy), so it is robust and strong. There is no worry about it might get discolored or oxidized. The knife handles is made of wood, wrapped by a non-slippery, sweat-absorbing cotton wires. The scabbard is wooden too, bearing patterns which make the product more beautiful. What you need to do is cleaning it with cloth or tissue.in Daily use, you also should pay attention to maintenance the product.Try not to touch the water. Once it touches the water, you must clean up the water. Avoid remaining moisture on the blade.Be careful do not place in a place where it is wet and in direct sunlight. This katana is a handmade 1065 high-carbon steel sword for 100%. The knife blade is thoroughly tempered and fabricated by making, hot forging, shoveling, deadening, grinding, heat treatment, tempering, repairing and truing for dozens of Longquan manufacturing processes in China. The blade hardness is 55HRC. With two bamboo nails, they are fixed firmly, so that it can cut off a bamboo by striking for once. However, it is sharp enough to cut a piece of paper. Keywords: 1045/1060,high,Carbon,Cold,Steel,Katana,Full,Hand,Forged,Traditional,Japanese,Samurai,Swords,Real,Weapons,Sharp,Full,Tang,Functional,,Black,Blue -- CATEGORIES: Sports & Outdoors,Sports,Other Sports,Martial Arts,Weapons,Swords
Lot Number: 302126

1045/1060 high Carbon Cold Steel Katana Full Hand Forged Traditional Japanese (2024)
Top Articles
Latest Posts
Article information

Author: Pres. Carey Rath

Last Updated:

Views: 5536

Rating: 4 / 5 (41 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Pres. Carey Rath

Birthday: 1997-03-06

Address: 14955 Ledner Trail, East Rodrickfort, NE 85127-8369

Phone: +18682428114917

Job: National Technology Representative

Hobby: Sand art, Drama, Web surfing, Cycling, Brazilian jiu-jitsu, Leather crafting, Creative writing

Introduction: My name is Pres. Carey Rath, I am a faithful, funny, vast, joyous, lively, brave, glamorous person who loves writing and wants to share my knowledge and understanding with you.