Developers Program

VeROReportItems marks items as SubmissionFailed

Published: October 28 2011, 2:40:00 PMยทUpdated: August 29 2022, 7:55:24 AM

Products

Question

Why do all my VeRO reported items show SubmissionFailed?

Answer

Summary

VeROReportItems marks items as SubmissionFailed when checking GetVeROReportStatus


Detailed Description

Sometimes when making a call to VeROReportItems you may get a successful response even though your request is invalid. Specifically, if you have an "outdated" or incorrect VeROReasonCodeID. After making the request and recieiving a successful response, you then will make a call to GetVeROReportStatus and the response will show your reported items as "SubmissionFailed".

Make sure you call GetVeROReasonCodeDetails before you report any items to ensure you have the correct "ReasonCodeDetail codeID".


Additional Resources

VeROReportItems: http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/VeROReportItems.html

GetVeROReasonCodeDetails : http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/GetVeROReasonCodeDetails.html

GetVeROReportStatus : http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/GetVeROReportStatus.html

Additional Comments
How well did this answer your question?