Best Buy integration (Data). Imported from open-connector.
https://api.bestbuy.com/v1/categories
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | A category identifier or a pipe-separated list of category identifiers. |
| name | string | optional | A category name or a pipe-separated list of category names. |
| page | integer | optional | The one-based page number to retrieve. |
| pageSize | integer | optional | The number of results to return per page, from 1 to 100. |
| show | string | optional | A comma-separated list of upstream fields to include in the response. |
| sort | string | optional | The Best Buy sort expression, such as name.asc or salePrice.dsc. |
| format | string | optional | Response format. Only json is supported by this connector. |
/v1/categories
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The category identifier to retrieve. |
| show | string | optional | A comma-separated list of upstream fields to include in the response. |
| format | string | optional | Response format. Only json is supported by this connector. |
/v1/products
| Param | Type | Required | Description |
|---|---|---|---|
| sku | integer | optional | The product SKU. |
| upc | string | optional | The product UPC to filter by. |
| name | string | optional | The product name filter. Plain values are converted into a name clause, and raw… |
| salePrice | string | optional | The salePrice filter. Values such as >100 are converted into a Best Buy compari… |
| categoryPathId | string | optional | The Best Buy category identifier to filter products by. |
| categoryPath.id | string | optional | The Best Buy category identifier alias used by the toolkit to filter products b… |
| page | integer | optional | The one-based page number to retrieve. |
| pageSize | integer | optional | The number of results to return per page, from 1 to 100. |
| show | string | optional | A comma-separated list of upstream fields to include in the response. |
| sort | string | optional | The Best Buy sort expression, such as name.asc or salePrice.dsc. |
| format | string | optional | Response format. Only json is supported by this connector. |
/v1/products
| Param | Type | Required | Description |
|---|---|---|---|
| sku | integer | required | The product SKU. |
| show | string | optional | A comma-separated list of upstream fields to include in the response. |
| format | string | optional | Response format. Only json is supported by this connector. |
/v1/reviews
| Param | Type | Required | Description |
|---|---|---|---|
| sku | integer | optional | The product SKU. |
| reviewer | string | optional | The reviewer name used to filter reviews. |
| minScore | integer | optional | The minimum review rating to include. |
| maxScore | integer | optional | The maximum review rating to include. |
| page | integer | optional | The one-based page number to retrieve. |
| pageSize | integer | optional | The number of results to return per page, from 1 to 100. |
| show | string | optional | A comma-separated list of upstream fields to include in the response. |
| sort | string | optional | The Best Buy sort expression, such as name.asc or salePrice.dsc. |
| format | string | optional | Response format. Only json is supported by this connector. |
/v1/reviews
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The review identifier. |
| show | string | optional | A comma-separated list of upstream fields to include in the response. |
| format | string | optional | Response format. Only json is supported by this connector. |
/v1/stores
| Param | Type | Required | Description |
|---|---|---|---|
| geo | object | optional | The geographic area filter for listing Best Buy stores. |
| city | string | optional | The city name used to filter stores. |
| state | string | optional | The state code alias used to filter stores. |
| region | string | optional | The Best Buy region filter used to filter stores. |
| storeId | integer | optional | The store identifier used to filter stores. |
| storeType | string | optional | The store type used to filter stores. |
| postalCode | string | optional | The postal code used to filter stores. |
| services | string | optional | The services filter used to filter stores. |
| page | integer | optional | The one-based page number to retrieve. |
| pageSize | integer | optional | The number of results to return per page, from 1 to 100. |
| show | string | optional | A comma-separated list of upstream fields to include in the response. |
| sort | string | optional | The Best Buy sort expression, such as name.asc or salePrice.dsc. |
| format | string | optional | Response format. Only json is supported by this connector. |
/v1/stores
| Param | Type | Required | Description |
|---|---|---|---|
| storeId | integer | required | The store identifier. |
| show | string | optional | A comma-separated list of upstream fields to include in the response. |
| format | string | optional | Response format. Only json is supported by this connector. |