Products
Analyze a product
Get product informations from an url
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Configuration for the analysis
The url of the product to analyze
Example:
"http://…"
Disable the abilit to pull the informations from the cache, consume token
The currency symbol (ISO 4217) you want the price converted to
Example:
"USD"
The country code (ISO 3166-1 alpha-2) you want to request the website from (does not work for all domains)
Example:
"US"
Was this page helpful?