Bestbuy
Best Buy offers a suite of APIs providing access to product, store, category, and recommendation data.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Bestbuy authenticates with an API key. Generate the credential in your Bestbuy account, then paste it into FlyMyAI the first time an agent uses a Bestbuy action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Best Buy API Key | The API key provided by Best Buy for authenticating API requests. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
BESTBUY_GET_CATEGORIES | Tool to retrieve best buy product categories. use when you need to list or filter categories in the catalog. | - |
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. | id, apiKey |
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.' | - |
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. | sku |
BESTBUY_GET_REVIEWS | Tool to retrieve product reviews. use when you need customer feedback with filters or sorting. use after obtaining product skus. | - |
BESTBUY_GET_REVIEW_DETAILS | Tool to retrieve detailed information for a specific review by id. use after confirming the review id. | id |
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. | - |
BESTBUY_GET_STORE_DETAILS | Tool to retrieve detailed information about a specific best buy store. use when you have a valid store id. | storeId |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Bestbuy!