Skip to main content

  • Important Update: eBay's API integrations will be modified to address data handling requirements for select developers. Usernames will be replaced with immutable user IDs, and financial data will be protected for certain users. Learn more here.
  • API License Agreement Update: We have made significant enhancements to our API License Agreement, including detailed data protection measures and compliance with international regulations. Important restrictions have been applied to the use of Restricted APIs and AI content. Developers must review the updated agreement to ensure compliance.

The VeRO API has methods that allow owners of an intellectual property to report eBay listings that infringe on their intellectual property rights. It contains methods to report a listing, retrieve supported VeRO reason codes, and retrieve the status of reported items.

vero_reason_code

Method NameHTTP MethodPathSummarySamples
getVeroReasonCodeGET/vero_reason_code/{vero_reason_code_id}Retrieves the details of a specific VeRO reason code.View getVeroReasonCode - /vero_reason_code/{vero_reason_code_id}
getVeroReasonCodesGET/vero_reason_codeRetrieves the details of all VeRO reason codes, or all VeRO reason codes on a specified marketplace.View getVeroReasonCodes - /vero_reason_code

vero_report

Method NameHTTP MethodPathSummarySamples
createVeroReportPOST/vero_reportCreates a VeRO report for item(s) that allegedly infringe your copyright, trademark, or other intellectual property rights.View createVeroReport - /vero_report
getVeroReportGET/vero_report/{vero_report_id}Retrieves status information about a submitted VeRO report.View getVeroReport - /vero_report/{vero_report_id}

vero_report_items

Method NameHTTP MethodPathSummarySamples
getVeroReportItemsGET/vero_report_itemsRetrieves status information about one or more VeRO reported items.View getVeroReportItems - /vero_report_items