The Best Buy Reviews API seems to return results that are at least 2+ days old. Is it possible to force the API to return fresher results?
Here's the call I used: http://api.remix.bestbuy.com/v1/reviews(sku%20in([SKUs]))?apiKey=[API key]&sort=submissionTime.asc&pageSize=100&show=sku,rating,submissionTime&page=1
When I call this for some popular SKUs that get many reviews each day on bestbuy.com, the most recent reviews returned from the API will be from two days ago.