OFFSITE iDOO Air Mattress, Queen Inflatable Mattress with Built in Pump for (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%2f95987449%2fOFFSITE-iDOO-Air-Mattress-Queen-Inflatable-Mattress-with-Built-in-Pump-for'; 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=ActionDiscountSales&template=ask_listing_question&listingID=95987450&returnUrl=%2FEvent%2FLotDetails%2F95987449%2FOFFSITE-iDOO-Air-Mattress-Queen-Inflatable-Mattress-with-Built-in-Pump-for'; 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=95987450&Receiver=ActionDiscountSales' .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%2f95987449%2fOFFSITE-iDOO-Air-Mattress-Queen-Inflatable-Mattress-with-Built-in-Pump-for'; 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=ActionDiscountSales&template=ask_listing_question&listingID=95987450&returnUrl=%2FEvent%2FLotDetails%2F95987449%2FOFFSITE-iDOO-Air-Mattress-Queen-Inflatable-Mattress-with-Built-in-Pump-for'; var contactSellerHtml = '

'; $(".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=95987450&Receiver=ActionDiscountSales' .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 = 73; var lastLotOrder = 311; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 95974690, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 73; var lastLotOrder = 311; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 95974690, 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%2f95987449%2fOFFSITE-iDOO-Air-Mattress-Queen-Inflatable-Mattress-with-Built-in-Pump-for'; 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=ActionDiscountSales&template=ask_listing_question&listingID=95987450&returnUrl=%2FEvent%2FLotDetails%2F95987449%2FOFFSITE-iDOO-Air-Mattress-Queen-Inflatable-Mattress-with-Built-in-Pump-for'; 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=95987450&Receiver=ActionDiscountSales' .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 48 hours.
  • All invoices will be automatically charged to the Credit / Debit card on fileby 4pmthe 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 itemsfrom3201 SUNRISE AVE LAS VEGAS, NV 89101within5 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!!3201 SUNRISE AVELas Vegas, NV 89101Tuesday-Friday 10am-4pmwithin 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

OFFSITE iDOO Air Mattress, Queen Inflatable Mattress with Built in Pump for OFFSITE iDOO Air Mattress, Queen Inflatable Mattress with Built in Pump for (1)

MSRP: $69.99 --

Lot # 901123

OFFSITE iDOO Air Mattress, Queen Inflatable Mattress with Built in Pump for (2)

  • OFFSITE iDOO Air Mattress, Queen Inflatable Mattress with Built in Pump for (3)

  • OFFSITE iDOO Air Mattress, Queen Inflatable Mattress with Built in Pump for (4)

  • Current Price $3.50 ( )
  • 2 Bid(s) View Bid History

ActionDiscountSales Las Vegas, NV US
View Seller's Other Listings

Payment Options Seller Accepts Credit Cards

Payment Instructions
Pick Up from 3201 Sunrise Ave Las Vegas Nevada 89101

Details

Lot Number

901123

MSRP

69.99

Item Condition

NEW

Amazon ID

B092VP8QSB

Lot # 901123

System ID # 95987449

End Date

Start Date

Description

Description: iDOO Air Mattress, Queen Inflatable Mattress with Built in Pump for Camping & Guest, 18" Raised Dual Chamber Airbed, Fast-Inflating Blow-up Bed, Colchon Inflable - Portable, Comfotable, 600lbs Max
MSRP: 69.99
Condition: NEW
Notes:
Other info: Best Size: The standard Queen size mattress is a perfect fit for a wide range of bedding in your home. Or if you need another size, check out our Twin size, Full size, and King size airbeds. iDOO has everything you need. Easy to store and carry - travel storage bag included. The foldable inflatable bed can be stored in a small travel bag after deflation and will not take up space in your home or car. More Comfortable Material: iDOO's Multi-Layer Inflatable mattress is made of extra-thick, waterproof material that resists punctures and damage. The PVC material of the inflatable bed is infused with K70 resin which is malleable, usually after the first few times of inflation, the material will naturally expand and be stretched, it will look like a leak, this is a normal phenomenon. Just re-inflate the bed for a while the airbed will be back to its original state!. Dual-chamber Air Bed: With dual chamber technology, the upper and lower chambers inflate directly and separately, allowing for quick inflation/deflation in 2 minutes. The 18-inch tall blow up mattress has 40 air coils inside and a maximum weight capacity of 600 lbs to provide even support from head to toe, so you can relax or sleep anywhere without worrying about tipping over or collapsing. Self-Inflation/Deflation: The air mattress has a built-in electric dual air pump with two operating buttons that need to be operated simultaneously when inflating or deflating. It is additionally equipped with a manual valve, you can use your own external air pump to inflate it. Thus, it is suitable not only for use at home, but also for outdoor traveling and camping. Keywords: iDOO,Air,Mattress,Queen,Inflatable,Mattress,with,Built,in,Pump,for,Camping,&,Guest,18",Raised,Dual,Chamber,Airbed,Fast-Inflating,Blow-up,Bed,Colchon,Inflable,Portable,Comfotable,600lbs,Max -- CATEGORIES: Home & Kitchen,Bedding,Air Mattresses & Accessories,Air Mattresses
Lot Number: 901123

OFFSITE iDOO Air Mattress, Queen Inflatable Mattress with Built in Pump for (2024)
Top Articles
22 Best & Fun Things To Do In Lubbock (Texas)
24 Best Things to do in Lubbock, Texas
Duralast Gold Cv Axle
Pixel Speedrun Unblocked 76
Euro (EUR), aktuální kurzy měn
Tx Rrc Drilling Permit Query
Publix 147 Coral Way
Vardis Olive Garden (Georgioupolis, Kreta) ✈️ inkl. Flug buchen
Gina's Pizza Port Charlotte Fl
Sitcoms Online Message Board
Ukraine-Russia war: Latest updates
5808 W 110Th St Overland Park Ks 66211 Directions
Nitti Sanitation Holiday Schedule
Crossword Nexus Solver
boohoo group plc Stock (BOO) - Quote London S.E.- MarketScreener
Brett Cooper Wikifeet
Nine Perfect Strangers (Miniserie, 2021)
China’s UberEats - Meituan Dianping, Abandons Bike Sharing And Ride Hailing - Digital Crew
X-Chromosom: Aufbau und Funktion
Ups Print Store Near Me
Yog-Sothoth
Hannaford To-Go: Grocery Curbside Pickup
Thick Ebony Trans
Engineering Beauties Chapter 1
All Obituaries | Verkuilen-Van Deurzen Family Funeral Home | Little Chute WI funeral home and cremation
Publix Near 12401 International Drive
As families searched, a Texas medical school cut up their loved ones
Spirited Showtimes Near Marcus Twin Creek Cinema
Shoe Station Store Locator
Nurofen 400mg Tabletten (24 stuks) | De Online Drogist
Progressbook Newark
Used Safari Condo Alto R1723 For Sale
Shauna's Art Studio Laurel Mississippi
Ff14 Laws Order
Rund um die SIM-Karte | ALDI TALK
Amici Pizza Los Alamitos
Ludvigsen Mortuary Fremont Nebraska
Woodman's Carpentersville Gas Price
Is The Nun Based On a True Story?
Wayne State Academica Login
How to Get a Better Signal on Your iPhone or Android Smartphone
Mudfin Village Wow
Autum Catholic Store
Lyndie Irons And Pat Tenore
Dickdrainersx Jessica Marie
The Nikki Catsouras death - HERE the incredible photos | Horror Galore
Kaamel Hasaun Wikipedia
DL381 Delta Air Lines Estado de vuelo Hoy y Historial 2024 | Trip.com
116 Cubic Inches To Cc
Craigslist Cars And Trucks For Sale By Owner Indianapolis
Latest Posts
Article information

Author: Maia Crooks Jr

Last Updated:

Views: 5791

Rating: 4.2 / 5 (43 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Maia Crooks Jr

Birthday: 1997-09-21

Address: 93119 Joseph Street, Peggyfurt, NC 11582

Phone: +2983088926881

Job: Principal Design Liaison

Hobby: Web surfing, Skiing, role-playing games, Sketching, Polo, Sewing, Genealogy

Introduction: My name is Maia Crooks Jr, I am a homely, joyous, shiny, successful, hilarious, thoughtful, joyous person who loves writing and wants to share my knowledge and understanding with you.