Kids Plastic Sand Bucket Trucks Wholesale
Kids Plastic Sand Bucket Trucks Wholesale

Kids Plastic Sand Bucket Trucks Wholesale

TY1396-7546
Please Log In To view Low Wholesale Prices

Get ready for some outdoors Summer fun with these cute sand toys for little kids! These 7 pieces sand toys includes small plastic buckets, shovels and more! Cute little toys for the little ones!

Features

  • 7 PC sand toys
  • Colors: Pink and Blue
  • Large Size Sand Toys
  • Cute vibrant colors
  • High quality plastic

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 = "7714178662621"; 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)); }); } });