
Bestbuy
bestbuyBest Buy offers a suite of APIs providing access to product, store, category, and recommendation data.
Acciones disponibles (8)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get CategoriesBESTBUY_GET_CATEGORIESAcciónTool to retrieve best buy product categories. use when you need to list or filter categories in the catalog.
BESTBUY_GET_CATEGORIESAcciónTool to retrieve best buy product categories. use when you need to list or filter categories in the catalog.
Parámetros de entrada
idstringFilter by category ID(s), pipe-separated
namestringFilter by category name(s), pipe-separated
pageintegerPage number to retrieve (1-based)
showstringComma-separated list of fields to include in each category
sortstringSort order, e.g., 'name.asc' or 'id.desc'
formatstringenumResponse format (json or xml)
jsonxmlpageSizeintegerNumber of categories per page (1-100)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Category DetailsBESTBUY_GET_CATEGORY_DETAILSAcciónTool to retrieve detailed information about a best buy category by its id. use when you need enriched metadata about a specific category.
BESTBUY_GET_CATEGORY_DETAILSAcciónTool to retrieve detailed information about a best buy category by its id. use when you need enriched metadata about a specific category.
Parámetros de entrada
idstringObligatorioThe ID of the category to retrieve
pageintegerPage number to retrieve
showstringComma-delimited list of fields to include in the response
apiKeystringObligatorioYour Best Buy Developer API key
formatstringenumResponse format, json or xml
jsonxmlpageSizeintegerNumber of records to return per page
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Product Details by SKUBESTBUY_GET_PRODUCT_DETAILSAcciónTool to retrieve detailed information about a specific product by sku. use after obtaining a valid sku to fetch its attributes.
BESTBUY_GET_PRODUCT_DETAILSAcciónTool to retrieve detailed information about a specific product by sku. use after obtaining a valid sku to fetch its attributes.
Parámetros de entrada
skustringObligatorioThe SKU (Stock Keeping Unit) of the product to retrieve.
showstringComma-separated list of additional fields to include in the response.
formatstringenumResponse format. Defaults to json.
jsonxml
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ProductsBESTBUY_GET_PRODUCTSAcciónTool 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_PRODUCTSAcciónTool 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.'
Parámetros de entrada
skuintegerFilter for a specific SKU
upcstringFilter for a specific UPC
namestringFilter by product name with wildcard, e.g., name="iPad*"
pageintegerPage number to retrieve
showstringComma-separated list of attributes to include in response
sortstringSort format, e.g., 'name.asc' or 'salePrice.dsc'
pageSizeintegerNumber of products per page (1-100)
salePricestringFilter by sale price, e.g., 'salePrice>100'
categoryPath.idstringFilter products by category ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Review DetailsBESTBUY_GET_REVIEW_DETAILSAcciónTool to retrieve detailed information for a specific review by id. use after confirming the review id.
BESTBUY_GET_REVIEW_DETAILSAcciónTool to retrieve detailed information for a specific review by id. use after confirming the review id.
Parámetros de entrada
idstringObligatorioThe unique identifier of the review to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Product ReviewsBESTBUY_GET_REVIEWSAcciónTool to retrieve product reviews. use when you need customer feedback with filters or sorting. use after obtaining product skus.
BESTBUY_GET_REVIEWSAcciónTool to retrieve product reviews. use when you need customer feedback with filters or sorting. use after obtaining product skus.
Parámetros de entrada
skustringFilter reviews by product SKU
pageintegerPage number for pagination
showstringComma-separated fields to include in response
sortstringSort expression, e.g., 'submissionTime.dsc'
formatstringenumResponse format, 'json' (default) or 'xml'
jsonxmlmaxScoreintegerMaximum rating score (1-5)
minScoreintegerMinimum rating score (1-5)
pageSizeintegerNumber of reviews per page
reviewerstringFilter reviews by reviewer name
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Store DetailsBESTBUY_GET_STORE_DETAILSAcciónTool to retrieve detailed information about a specific best buy store. use when you have a valid store id.
BESTBUY_GET_STORE_DETAILSAcciónTool to retrieve detailed information about a specific best buy store. use when you have a valid store id.
Parámetros de entrada
showstringComma-separated list of fields to include in the response (e.g., 'storeId,name,address')
storeIdstringObligatorioUnique identifier for the Best Buy store
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Best Buy StoresBESTBUY_GET_STORESAcciónTool 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_STORESAcciónTool 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.
Parámetros de entrada
geoobjectGeographic filtering parameters for stores search.
citystringFilter stores by city name
pageintegerPage number to retrieve (must be > 0)
showstringComma-separated list of store fields to include in the response
sortstringSort directive, e.g., 'city.asc' or 'name.desc'
statestringFilter stores by two-letter state code
regionstringFilter stores by region
storeIdintegerSpecific store ID to retrieve
pageSizeintegerNumber of results per page (must be > 0)
servicesstringComma-separated list of services to filter by
storeTypestringFilter stores by store type
postalCodestringFilter stores by postal code
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not