World Product Pricing
Get the cheaper price of your product in 90 countries.
POST
https://api.transiteo.io/v1/aiproductpricing
JSON Request Format
Request fields
"products" / "identification" / "value"
You need to fill this field with a product's title or description. We manage 5 languages (English, French, Spanish, Italian & Deutsch) Examples : TEXT : "Ballon de football" or "0711719407577" or SKU : "JHYU8_^ù/76YH" Type : string Required : yes
"products" / "identification" / "type"
You need to fill with "TEXT" Type : string Required : yes
"to_country"
JSON Response Format
Response fields & values
"picture_url"
"shop_url"
"product_price_currency"
Get the currency of product price. Example : "EUR" Type : string
"product_price_min"
Get the min price of product. Example : 79.90 Type : number
"timestamp"
We provide the result timestamp. Example : "1638440602271" Type : string
Last updated