what is BestBuy API call limit for the product details? How many calls per hour/day ?
Best Buy API call limits
3.2k Views Asked by Max At
3
There are 3 best solutions below
1

Just for anyone who runs across this question the error code has changed to 403. Source: https://bestbuyapis.github.io/api-documentation/#errors
The default call limits for approved accounts is 5 queries per second/50,000 queries per day. If you surpass these limits, you will receive a 429 error code with an error response stating quota limit exceeded.