16" Cheetah Print Dog Collar - Dallas General Wholesale
16" Cheetah Print Dog Collar - Dallas General Wholesale
16" Cheetah Print Dog Collar - Dallas General Wholesale
16" Cheetah Print Dog Collar - Dallas General Wholesale
16" Cheetah Print Dog Collar - Dallas General Wholesale
16" Cheetah Print Dog Collar - Dallas General Wholesale

16" Cheetah Print Dog Collars Wholesale

P001-T0916
Please Log In To view Low Wholesale Prices

This bulk wholesale of Assorted colors of Cheetah Print Dog Collars is a trendy way to give your pet a fashionable flair. This assorted colors of animal printed dog collars are each 16" long made with durable PU Leather and durable metal D-ring. Each collar is designed with a cute metal bone which can be engraved with your dog's personal information. They are cute and functional. High quality PU leather construction and designed in real looking cheetah fur.

Features

  • Colors available in pink,blue,orange,black,green and yellow. Colors will be shipped randomly
  • 6 pieces with a display hanging cardboard
  • Each collar measures about 16" Long and 3/4" Wide
  • Fits Dogs with neck size 10-14"
  • Metal D-ring and Metal Buckle
  • PU Leather material


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