VIOMI Cyber Cordless Wet Dry Vacuum Cleaner, Vacuum Mop All in One Stick Vac, (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%2f93320489%2fVIOMI-Cyber-Cordless-Wet-Dry-Vacuum-Cleaner-Vacuum-Mop-All-in-One-Stick-Vac'; 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=93320490&returnUrl=%2FEvent%2FLotDetails%2F93320489%2FVIOMI-Cyber-Cordless-Wet-Dry-Vacuum-Cleaner-Vacuum-Mop-All-in-One-Stick-Vac'; 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=93320490&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%2f93320489%2fVIOMI-Cyber-Cordless-Wet-Dry-Vacuum-Cleaner-Vacuum-Mop-All-in-One-Stick-Vac'; 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=93320490&returnUrl=%2FEvent%2FLotDetails%2F93320489%2FVIOMI-Cyber-Cordless-Wet-Dry-Vacuum-Cleaner-Vacuum-Mop-All-in-One-Stick-Vac'; 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=93320490&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 = 3; var lastLotOrder = 337; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 93319663, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 3; var lastLotOrder = 337; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 93319663, 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%2f93320489%2fVIOMI-Cyber-Cordless-Wet-Dry-Vacuum-Cleaner-Vacuum-Mop-All-in-One-Stick-Vac'; 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=93320490&returnUrl=%2FEvent%2FLotDetails%2F93320489%2FVIOMI-Cyber-Cordless-Wet-Dry-Vacuum-Cleaner-Vacuum-Mop-All-in-One-Stick-Vac'; 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=93320490&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 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

VIOMI Cyber Cordless Wet Dry Vacuum Cleaner, Vacuum Mop All in One Stick Vac, VIOMI Cyber Cordless Wet Dry Vacuum Cleaner, Vacuum Mop All in One Stick Vac, (1)

MSRP: $449.00 --

Lot # 203212

VIOMI Cyber Cordless Wet Dry Vacuum Cleaner, Vacuum Mop All in One Stick Vac, (2)

  • VIOMI Cyber Cordless Wet Dry Vacuum Cleaner, Vacuum Mop All in One Stick Vac, (3)

  • VIOMI Cyber Cordless Wet Dry Vacuum Cleaner, Vacuum Mop All in One Stick Vac, (4)

  • VIOMI Cyber Cordless Wet Dry Vacuum Cleaner, Vacuum Mop All in One Stick Vac, (5)

  • VIOMI Cyber Cordless Wet Dry Vacuum Cleaner, Vacuum Mop All in One Stick Vac, (6)

  • Current Price $60.00 ( )
  • 17 Bid(s) View Bid History

702Auctions Las Vegas, NV US
View Seller's Other Listings

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

203212

MSRP

449

Item Condition

NEW

Amazon ID

B09ZXD9J6V

Lot # 203212

System ID # 93320489

End Date

Start Date

Description

Description: VIOMI Cyber Cordless Wet Dry Vacuum Cleaner, Vacuum Mop All in One Stick Vac, Self-Cleaning & Air Drying, One-Step Cleaning for Multi-Surface Cleaning
MSRP: 449.00
Condition: NEW
Notes:
Other info: ✅✅✅✅ Keep your benefits: Viomi offers a 1 year warranty on its products. Thank you very much for informing us of your problem in advance. Amazon offers 30 rules for returning windows, but please contact us directly to confirm the problem and then we will help you restore the windows, we also have a VIOMI USA warehouse to help provide better after-sales service. Ergonomic Design: 40 ° golden tilt angle design and power motor traction, can be moved or turned in any direction, cleaning the floor, saving manpower. With a lightweight, cordless body, you can easily go up and down stairs and around corners for thorough and convenient cleaning. Cleaning around power cords, buckets, mops and heavy-duty vacuums is no longer a necessity when cleaning. Smart LED Display: The wet and dry vacuum cleaner comes with a smart LED display with real-time operating status and cleaning controls, including dirt and battery levels, suction power, and function fault warnings. Get a clear picture of your network status and start your cleaning job. Charging time is only 3 hours, take a break from charging and work when you want. 800ml Dual Tank Design: The Cyber dual tank design keeps clean water and formula separate from sewage, so you always clean your floors with fresh water. The 800 ml clean water tank and 500 ml waste water tank keep enough water for the job. Keep clean and dirty water separate to keep cleaning with fresh water. Self-cleaning & Air-drying: Cyber wet and dry vacuums come with a unique self-drying brush roller that provides a new level of cleaning with a one-touch self-cleaning system. After self-cleaning, Cyber will automatically begin air-drying the brush rollers, leaving your Cyber vacuum mold-free and odor-free, ready to use again. Wet and Dry Vacuum Cleaner: The Viomi Cyber vacuum cleaner cleans wet and dry dirt, debris and other debris in one easy step, ensuring your floors are cleaned properly and thoroughly. The 2500mAh rechargeable battery and 1kg motor traction support long runs and large cleaning areas of up to 120m2. The mop makes floor cleaning easier. Keywords: VIOMI,Cyber,Cordless,Wet,Dry,Vacuum,Cleaner,Vacuum,Mop,All,in,One,Stick,Vac,Self-Cleaning,&,Air,Drying,One-Step,Cleaning,for,Multi-Surface,Cleaning -- CATEGORIES: Home & Kitchen,Vacuums & Floor Care,Vacuums,Stick Vacuums & Electric Brooms
Lot Number: 203212

VIOMI Cyber Cordless Wet Dry Vacuum Cleaner, Vacuum Mop All in One Stick Vac, (2024)

FAQs

Where is Viomi vacuum cleaner made? ›

The Japan-made Nidec brushless motor with high power and powerful performance, to thoroughly clean the room without any dead spots.

Can a wet dry vacuum replace a mop? ›

Wet floors also boost the potential for mold and mildew to take hold, especially in grout lines and around floor drains. A Kaivac wet vacuum system will let you replace your mop with cleaning machines that dry as you go, leaving floors instantly clean, safe and ready to walk on.

Is a wet dry vacuum better than a mop? ›

Surface type: wet dry mop vacuums are designed for hard floors, while traditional mops can be used on a variety of surfaces. Consider the type of flooring you have and whether a vacuum mop is necessary.

Is Viomi a Chinese company? ›

Viomi is a China-based technology company that manufactures smart appliances for home.

What is difference between Xiaomi and Viomi? ›

You might have heard Viomi name separately from Xiaomi brand. It is because Viomi manufactures various products, related to drinking water and they are usually marketed as Viomi items, instead of Xiaomi-Viomi. The first Viomi product was this quite elegant electric kettle.

How do you use a vacuum cleaner step by step? ›

How To Use Vacuum Cleaner: Step-By-Step Guide
  1. Step 1: Prepare the Area. ...
  2. Step 2: Check the Vacuum Bag or Canister. ...
  3. Step 3: Adjust the Height Setting. ...
  4. Step 4: Plug in and Unwind the Cord. ...
  5. Step 5: Start Vacuuming. ...
  6. Step 6: Empty or Replace the Bag as Needed. ...
  7. Step 7: Clean or Replace Filters.
May 5, 2023

How does MI vacuum cleaner work? ›

How does Mi Robot Vacuum MOP sweep the entire house? A: After starting, the main unit will use a S-shaped cleaning method to complete the cleaning of the room in order. After all areas are covered, the main unit will clean along the wall, orderly, efficient and full coverage.

What are the cons of a vacuum mop? ›

Cons of Vacuum Mops

The mop function may leave floors wet, which can damage carpets or leave them looking dirty. Additionally, some mop vacuums may not have the same suction power as traditional vacuum cleaners, which can make them less effective at picking up larger debris like leaves or paper.

What are the disadvantages of wet and dry vacuum cleaners? ›

Disadvantages. The machine is quite heavy and bulky for everyday use, but they were not designed as an everyday fluff vacuum. They don't 'clean' a carpet, they just remove the water. They don't have the same level of filtration as uprights or cylinders, so can be a little dusty when using.

Is it worth buying a wet dry vacuum? ›

A wet and dry vacuum cleaner is the perfect choice for those who need the flexibility to tackle a variety of tasks. Wet/dry vacuums can handle: Floor Cleaning: Many wet/dry vacuums come with attachments for cleaning hardwood flooring and they can even be used as a standard vacuum for cleaning upholstery and curtains.

Which vacuum cleaner is made in the USA? ›

Riccar upright vacuums and canister vacuums are made in the USA. Riccar is unique because unlike companies who have moved factories overseas, Riccar moved its vacuum factory to the USA.

Who is the owner of Viomi? ›

Mr. Xiaoping Chen is our founder, and has served as the chairman of our board of directors and chief executive officer since our inception. Mr.

Are Miele vacuums made in USA? ›

However, Miele has expanded its manufacturing footprint by moving the production of two of its vacuum lines, the Compact C2 models and the Boost CX1, to its own factories in China. Parts are shipped from Germany to these Chinese facilities to be assembled, ensuring that even these vacuums meet Miele's quality criteria.

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Twana Towne Ret

Last Updated:

Views: 5913

Rating: 4.3 / 5 (64 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Twana Towne Ret

Birthday: 1994-03-19

Address: Apt. 990 97439 Corwin Motorway, Port Eliseoburgh, NM 99144-2618

Phone: +5958753152963

Job: National Specialist

Hobby: Kayaking, Photography, Skydiving, Embroidery, Leather crafting, Orienteering, Cooking

Introduction: My name is Twana Towne Ret, I am a famous, talented, joyous, perfect, powerful, inquisitive, lovely person who loves writing and wants to share my knowledge and understanding with you.