Monitoring Your Competition
You can track your offers competition and adjust prices accordingly. Use the /competitions
endpoint, select pid
(Driffle Product ID) and the system will return you the list of offers and their prices for the given product.
GET
/products/{pid}/competitions
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Param
Name
Type
Description
Required
pid
string
Product Id
Yes
Response
Last updated