← Tools Reference

Best Buy

Best Buy integration (Data). Imported from open-connector.

API key8 toolshttps://api.bestbuy.com
GET
bestbuy_get_categories
List Best Buy categories with optional identifier or name filters.

/v1/categories

7 parameters
ParamTypeRequiredDescription
idstringoptionalA category identifier or a pipe-separated list of category identifiers.
namestringoptionalA category name or a pipe-separated list of category names.
pageintegeroptionalThe one-based page number to retrieve.
pageSizeintegeroptionalThe number of results to return per page, from 1 to 100.
showstringoptionalA comma-separated list of upstream fields to include in the response.
sortstringoptionalThe Best Buy sort expression, such as name.asc or salePrice.dsc.
formatstringoptionalResponse format. Only json is supported by this connector.
GET
bestbuy_get_category_details
Retrieve one Best Buy category by identifier.

/v1/categories

3 parameters
ParamTypeRequiredDescription
idstringrequiredThe category identifier to retrieve.
showstringoptionalA comma-separated list of upstream fields to include in the response.
formatstringoptionalResponse format. Only json is supported by this connector.
GET
bestbuy_get_products
List Best Buy products with optional SKU, UPC, name, category, or price filters.

/v1/products

11 parameters
ParamTypeRequiredDescription
skuintegeroptionalThe product SKU.
upcstringoptionalThe product UPC to filter by.
namestringoptionalThe product name filter. Plain values are converted into a name clause, and raw…
salePricestringoptionalThe salePrice filter. Values such as >100 are converted into a Best Buy compari…
categoryPathIdstringoptionalThe Best Buy category identifier to filter products by.
categoryPath.idstringoptionalThe Best Buy category identifier alias used by the toolkit to filter products b…
pageintegeroptionalThe one-based page number to retrieve.
pageSizeintegeroptionalThe number of results to return per page, from 1 to 100.
showstringoptionalA comma-separated list of upstream fields to include in the response.
sortstringoptionalThe Best Buy sort expression, such as name.asc or salePrice.dsc.
formatstringoptionalResponse format. Only json is supported by this connector.
GET
bestbuy_get_product_details
Retrieve one Best Buy product by SKU.

/v1/products

3 parameters
ParamTypeRequiredDescription
skuintegerrequiredThe product SKU.
showstringoptionalA comma-separated list of upstream fields to include in the response.
formatstringoptionalResponse format. Only json is supported by this connector.
GET
bestbuy_get_reviews
List Best Buy product reviews with optional SKU, reviewer, and rating filters.

/v1/reviews

9 parameters
ParamTypeRequiredDescription
skuintegeroptionalThe product SKU.
reviewerstringoptionalThe reviewer name used to filter reviews.
minScoreintegeroptionalThe minimum review rating to include.
maxScoreintegeroptionalThe maximum review rating to include.
pageintegeroptionalThe one-based page number to retrieve.
pageSizeintegeroptionalThe number of results to return per page, from 1 to 100.
showstringoptionalA comma-separated list of upstream fields to include in the response.
sortstringoptionalThe Best Buy sort expression, such as name.asc or salePrice.dsc.
formatstringoptionalResponse format. Only json is supported by this connector.
GET
bestbuy_get_review_details
Retrieve one Best Buy review by identifier.

/v1/reviews

3 parameters
ParamTypeRequiredDescription
idintegerrequiredThe review identifier.
showstringoptionalA comma-separated list of upstream fields to include in the response.
formatstringoptionalResponse format. Only json is supported by this connector.
GET
bestbuy_get_stores
List Best Buy stores with optional geographic and attribute filters.

/v1/stores

13 parameters
ParamTypeRequiredDescription
geoobjectoptionalThe geographic area filter for listing Best Buy stores.
citystringoptionalThe city name used to filter stores.
statestringoptionalThe state code alias used to filter stores.
regionstringoptionalThe Best Buy region filter used to filter stores.
storeIdintegeroptionalThe store identifier used to filter stores.
storeTypestringoptionalThe store type used to filter stores.
postalCodestringoptionalThe postal code used to filter stores.
servicesstringoptionalThe services filter used to filter stores.
pageintegeroptionalThe one-based page number to retrieve.
pageSizeintegeroptionalThe number of results to return per page, from 1 to 100.
showstringoptionalA comma-separated list of upstream fields to include in the response.
sortstringoptionalThe Best Buy sort expression, such as name.asc or salePrice.dsc.
formatstringoptionalResponse format. Only json is supported by this connector.
GET
bestbuy_get_store_details
Retrieve one Best Buy store by store identifier.

/v1/stores

3 parameters
ParamTypeRequiredDescription
storeIdintegerrequiredThe store identifier.
showstringoptionalA comma-separated list of upstream fields to include in the response.
formatstringoptionalResponse format. Only json is supported by this connector.