Buy & Sell on Petspace

learn more about placing orders, contacting brands, reporting issues, shipping orders, contacting retailers, getting paid, and more.

jQuery(document).ready(function() { jQuery("#ezd_searchInput").focus(function() { jQuery('body').addClass('ezd-search-focused'); jQuery('form.ezd_search_form').css('z-index', '999'); }) jQuery(".focus_overlay").click(function() { jQuery('body').removeClass('ezd-search-focused'); jQuery('form.ezd_search_form').css('z-index', 'unset'); }) /** * Search Form Keywords */ jQuery(".header_search_keyword ul li a").on("click", function(e) { e.preventDefault() var content = jQuery(this).text() jQuery("#ezd_searchInput").val(content).focus() ezSearchResults() }) function ezSearchResults() { let keyword = jQuery('#ezd_searchInput').val(); let noresult = jQuery('#ezd-search-results').attr('data-noresult'); if (keyword == "") { jQuery('#ezd-search-results').removeClass('ajax-search').html("") } else { jQuery.ajax({ url: eazydocs_local_object.ajaxurl, type: 'post', data: { action: 'eazydocs_search_results', keyword: keyword }, beforeSend: function() { jQuery(".spinner-border").show(); }, success: function(data) { jQuery(".spinner-border").hide(); // hide search results by pressing Escape button jQuery(document).keyup(function(e) { if (e.key === "Escape") { // escape key maps to keycode `27` jQuery('#ezd-search-results').removeClass('ajax-search').html("") } }); if (data.length > 0) { jQuery('#ezd-search-results').addClass('ajax-search').html(data); } else { var data_error = '
' + noresult + '
'; jQuery('#ezd-search-results').html(data_error); } } }) } } function ezdFetchDelay(callback, ms) { var timer = 0; return function() { var context = this, args = arguments; clearTimeout(timer); timer = setTimeout(function() { callback.apply(context, args); }, ms || 0); }; } jQuery('#ezd_searchInput').keyup( ezdFetchDelay(function(e) { let keyword = jQuery('#ezd_searchInput').val(); let noresult = jQuery('#ezd-search-results').attr('data-noresult'); if (keyword == "") { jQuery('#ezd-search-results').removeClass('ajax-search').html("") } else { jQuery.ajax({ url: eazydocs_local_object.ajaxurl, type: 'post', data: { action: 'eazydocs_search_results', keyword: keyword }, beforeSend: function() { jQuery(".spinner-border").show(); }, success: function(data) { jQuery(".spinner-border").hide(); // hide search results by pressing Escape button jQuery(document).keyup(function(e) { if (e.key === "Escape") { // escape key maps to keycode `27` jQuery('#ezd-search-results').removeClass('ajax-search').html( "") } }); if (data.length > 0) { jQuery('#ezd-search-results').addClass('ajax-search').html(data); } else { var data_error = '
' + noresult + '
'; jQuery('#ezd-search-results').html(data_error); } } }) } }, 500) ); }); // Search results should close on clearing the input field if ( document.getElementById('ezd_searchInput') ) { document.getElementById('ezd_searchInput').addEventListener('search', function (event) { jQuery('#ezd-search-results').empty().removeClass('ajax-search'); }); } // Prevent form submission when pressing Enter in the search input field document.addEventListener("DOMContentLoaded", function () { const searchInput = document.getElementById("ezd_searchInput"); searchInput.addEventListener("keypress", function (event) { if (event.key === "Enter") { event.preventDefault(); // Prevent form submission } }); });
Shipping & Fulfillment

What if a retailer reports my products missing or damaged?

Estimated reading: 2 minutes 1118 views

If a retailer reports that your products are missing or damaged, they will decide if they want to cancel the products for a refund or request replacements. You will receive a notification email with the details of the retailer’s claim report. Once received, you can either approve the claim, request more information, or deny it.

• If the retailer chooses to cancel the items for a refund, the cost of the missing or damaged product(s) will be deducted from your pending payout if you have not yet been paid. If you have already been paid out for the order, your bank account on file will be charged for the value of the product(s) five business days after the buyer’s claim.
• If the retailer requests a replacement, you can ship the replacement out and enter the tracking number when approving the claim.
• If the retailer indicates that the products were stolen, and you have proof that they were delivered, Petspace can reimburse the buyer up to £100 per order and the brand will be paid out in full. It is up to the brand if they would like to send a replacement.
• All replacements and refunds must be requested through the Petspace portal to ensure you are paid out for the items.

You can view the details of the issue report in your Orders page on the Petspace portal. This is also where you can check if a retailer requested a replacement or cancellation.

Note: Retailers are not required to return damaged items to you. If you wish to have the items returned, you can contact the retailer directly through Petspace Messenger to coordinate. Please provide them with a pre-paid return label to make the process easier.

Leave a Reply

Your email address will not be published. Required fields are marked *

Email us

Our customer team will review your issue and respond within 24 business hours.