Price Parrot
API v1
Report product match
Use this endpoint to flag competitor URLs that need our team to investigate and resolve any issues found.
Request URL
PUThttps://api.priceparrot.io/productmatch/report/{sku}
Request body
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | The full URL for the competitors product page. |
| reason | int | Yes | Reason for reporting the URL. 1 = Price is not correct, 2 = Stock status is not correct, 3 = Page not found, 4 = Other. |
| comment | string | No | An optional comment describing the reported competitor match. |
Responses
200 Success400 Missing or incorrect parameter
//Action completed succesfully.