Before Getting Started
Minimal Implementation
There are 2 key steps in performing an appraisal using the ValueChecker API. To get started, you will need an API key as described in the Authentication section.
Here are the 2 steps needed to calculate an appraisal:
1
CP (Claimed Product)
Search by a query
string and an optional category to identify the Claimed Product (CP).
Example:
Try it here: /product_search
response excerpt
2
RP (Replacement Product)
Search using a pid
to return Replacement Product (RP)
suggestions and prices.
For locale pricing purposes, country is also a required variable.
Try it here: /prices
response excerpt