# Bestbuy AI integration on Definable

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

## What this connects

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

Vendor: https://developer.bestbuy.com/

## Tools available

**8** tools available. First 8:

- `BESTBUY_GET_CATEGORIES` — 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` — 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.
- `BESTBUY_GET_PRODUCT_DETAILS` — Get Product Details by SKU — Tool to retrieve detailed information about a specific product by SKU. Use after obtaining a valid SKU to fetch its attributes.
- `BESTBUY_GET_PRODUCTS` — 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_REVIEW_DETAILS` — Get Review Details — Tool to retrieve detailed information for a specific review by ID. Use after confirming the review ID.
- `BESTBUY_GET_REVIEWS` — Get Product Reviews — Tool to retrieve product reviews. Use when you need customer feedback with filters or sorting. Use after obtaining product SKUs.
- `BESTBUY_GET_STORE_DETAILS` — Get Store Details — Tool to retrieve detailed information about a specific Best Buy store. Use when you have a valid store ID.
- `BESTBUY_GET_STORES` — Get Best Buy 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.

## Auth

Auth schemes: `API_KEY`.

## How agents use Bestbuy

Inside a Definable workflow, Bestbuy is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Bestbuy** — the Researcher (GPT-5.5) pulls context from Bestbuy (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Bestbuy** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Bestbuy (create record, post message, draft email).
- **Designer / Engineer → Distributor → Bestbuy** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Bestbuy (attach file, open PR comment, post status).

The Verifier checks every Bestbuy call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- ecommerce — https://definable.ai/apps/category/ecommerce/

## Related

- HTML page: https://definable.ai/apps/bestbuy/
- Same category (ecommerce): https://definable.ai/apps/category/ecommerce/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
