Little Kids Comfortable Duck Slides Wholesale

Little Kids Comfortable Duck Slides Wholesale

SH032-SK791
Please Log In To view Low Wholesale Prices

These duck-design, TikTok-famous slip-on sandals boast an incredibly comfortable fit and an attractive look. Affordable bulk-wholesale options make these PVC sandals a great choice for both little boys and little girls this summer season. Trendy and comfortable! 

Features

  • Sizes from 2Y to 6.5Y
  • Colors: Yellow, Pink, Navy Blue and Orange
  • Colors and Sizes are assorted accordingly in a dozen
  • Each can be individually displayed
  • 60 PAIRS per master case

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