Skip to main content
Published: October 15 2009, 11:48:00 AMUpdated: August 25 2022, 2:19:49 AM

I have been able to list several fixed price items in sandbox, but my AddFixedPriceItem calls are now failing with ErrorCode10067.
 

One of the reasons why your calls are failing is because you do not meet the minimum feedback score requirements. It is possible that your sandbox feedback score was reset due to somebody posting feedback for your account. You can fix your feedback score by executing the ValidateTestUserRegistration call in Sandbox. Your listings should go through fine once you fix your feedback score.

Sample

<?xml version="1.0" encoding="utf-8"?>
<ValidateTestUserRegistrationRequest xmlns="urn:ebay:apis:eBLBaseComponents">
  <!-- Standard Input Fields -->
  <FeedbackScore>500</FeedbackScore>
  <RequesterCredentials>
    <eBayAuthToken>token</eBayAuthToken>
  </RequesterCredentials>
</ValidateTestUserRegistrationRequest>

 

 

 

How well did this answer your question?
Answers others found helpful