# Bestbuy

Best Buy offers a suite of APIs providing access to product, store, category, and recommendation data.

- **Category:** ecommerce
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 8
- **Triggers:** 0
- **Slug:** `BESTBUY`
- **Version:** 20260424_00

## Tools

### Get Categories

**Slug:** `BESTBUY_GET_CATEGORIES`

Tool to retrieve Best Buy product categories. Use when you need to list or filter categories in the catalog.

### Get Category Details

**Slug:** `BESTBUY_GET_CATEGORY_DETAILS`

Tool to retrieve detailed information about a Best Buy category by its ID. Use when you need enriched metadata about a specific category.

### Get Product Details by SKU

**Slug:** `BESTBUY_GET_PRODUCT_DETAILS`

Tool to retrieve detailed information about a specific product by SKU. Use after obtaining a valid SKU to fetch its attributes.

### Get Products

**Slug:** `BESTBUY_GET_PRODUCTS`

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.'

### Get Review Details

**Slug:** `BESTBUY_GET_REVIEW_DETAILS`

Tool to retrieve detailed information for a specific review by ID. Use after confirming the review ID.

### Get Product Reviews

**Slug:** `BESTBUY_GET_REVIEWS`

Tool to retrieve product reviews. Use when you need customer feedback with filters or sorting. Use after obtaining product SKUs.

### Get Store Details

**Slug:** `BESTBUY_GET_STORE_DETAILS`

Tool to retrieve detailed information about a specific Best Buy store. Use when you have a valid store ID.

### Get Best Buy Stores

**Slug:** `BESTBUY_GET_STORES`

Tool to retrieve a list of Best Buy stores. Use when you need store listings with optional filters or geo-search after confirming your API key.
