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 submitted and items.
vero_reason_code
Method Name | HTTP Method | Path | Summary | Samples |
---|---|---|---|---|
getVeroReasonCode | GET | /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} |
getVeroReasonCodes | GET | /vero_reason_code | Retrieves the details of all VeRO reason codes, or all VeRO reason codes on a specified marketplace. | View getVeroReasonCodes - /vero_reason_code |
vero_report
Method Name | HTTP Method | Path | Summary | Samples |
---|---|---|---|---|
createVeroReport | POST | /vero_report | Creates a VeRO report for item(s) that allegedly infringe your copyright, trademark, or other intellectual property rights. | View createVeroReport - /vero_report |
getVeroReport | GET | /vero_report/{vero_report_id} | Retrieves status information about a submitted VeRO report. | View getVeroReport - /vero_report/{vero_report_id} |
vero_report_items
Method Name | HTTP Method | Path | Summary | Samples |
---|---|---|---|---|
getVeroReportItems | GET | /vero_report_items | Retrieves status information about one or more VeRO reported items. | View getVeroReportItems - /vero_report_items |