Best Buy offers a suite of APIs providing access to product, store, category, and recommendation data.
Tool to retrieve best buy product categories. use when you need to list or filter categories in the catalog.
Tool to retrieve detailed information about a best buy category by its id. use when you need enriched metadata about a specific category.
Tool to retrieve detailed information about a specific product by sku. use after obtaining a valid sku to fetch its attributes.
Tool to retrieve products from best buy. use when you need to fetch product listings with optional filters and sorting. example: 'get products for category abcat0101000 sorted by saleprice.dsc.'
Tool to retrieve detailed information for a specific review by id. use after confirming the review id.
Tool to retrieve product reviews. use when you need customer feedback with filters or sorting. use after obtaining product skus.