Price ComparisonsAsk AIget https://comparisons.sovrn.com/api/affiliate/v3.5/sites/{site-api-key}/compare/prices/{market}/by/accuracyPath Paramssite-api-keystringrequiredThe unique identifier of the publishers site.marketstringrequiredThe market where to perform the search. Read the market section for the list of supported markets. For example: 'usd_en' for the US market.Query ParamsbarcodestringThe barcode of the product to search, can be one of: UPC,EAN,GTIN,ISBN,ASIN.plainlinkstringThe link of the product web page in a merchant's site. Note: the link must be plain, if you provide a tracked link the service may not work.search-keywordsstringList of keywords to search in the product name, separated by space. For example: 'Dickies hat red' or 'iPhone X'.exclude-keywordsstringList of keywords to exclude from the search, separated by space. Any result matching any of the provided keywords will be stripped out from the results. For example: 'Dickies hat red' or 'iPhone 10'.price-rangestringRange of prices where the 'salePlace' of the returned products should belong. The range is defined in the form -, for example 20-30 or 19.9-26.8. The star can be used to avoid to limit one side of the range, for example -20 equals to 0-20 and 20- will take all results with a sale price >= 20 Note: using *-* is the same as not defining any filter.limitintegerLimits the number of results, for example if limit=3 the service will return up to 3 products. The products in the response will be those from the best performing merchants according to our merchant-ranking system.sidstringCustom source ID to be used for tracking purposes. This will be the sovrn CUID. Can contain only letters, digits, and the following punctuation characters: '-','_','.','~'. Cannot be longer than 32 characters.epc-sortbooleanSort results by EPC. If true the results will be sorted by EPC otherwise default sorting will be used.truefalseHeadersacceptstringenumDefaults to application/jsonGenerated from available response content types*/*application/jsonAllowed:*/*application/jsonResponses 200The product matching the given criteria. 400A Bad Request status code will be returned if provided parameters are malformed. defaultFor any unexpected error a status code 500 will be returned.Updated 3 months ago