Adults Parasols Umbrellas Wholesale - Dallas General Wholesale

Adults Parasols Umbrellas Wholesale

UM013-3600
Please Log In To view Low Wholesale Prices
Cheap bulk wholesale adults automatic umbrellas. These double color toned umbrellas or parasols are featured with 8 thick metal umbrella ribs for durability. These adults umbrellas opens automatically with push of a button on the long easy operate handle. These adults umbrellas are suitable for both sunny and raining days. This bulk wholesale of adults automatic umbrellas are very competitively priced and a great item for your general merchandise store, dollar store or any convenience store.

Features

  • Color: Double color tone, please refer to photos
  • Colors assorted in the dozen randomly
  • Material: Satin material and Metal Ribs
  • Double Layer with Aluminum Tints
  • Each adult's umbrella measures 33" long with handle when unopened
  • When opened, umbrella measures about 41" in diameter

QUESTIONS & ANSWERS

Have a Question?

Be the first to ask a question about this.

Ask a Question

document.addEventListener("DOMContentLoaded", function() { const notifyForm = document.getElementById("notify-me-form"); if (notifyForm) { notifyForm.addEventListener("submit", function(event) { event.preventDefault(); let email = document.getElementById("notify-email").value; let productId = "4413211869242"; fetch(`/admin/api/2023-04/products/${productId}/metafields.json`, { method: "POST", headers: { "Content-Type": "application/json", "X-Requested-With": "XMLHttpRequest" }, body: JSON.stringify({ metafield: { namespace: "notify_me", key: "emails", value: email, type: "json" } }) }) .then(response => response.json()) .then(data => { document.getElementById("notify-message").style.display = "block"; notifyForm.reset(); }) .catch(error => console.error("Error:", error)); }); } });