Skip to main content
The Best Buy Remix API plugin syncs data locally. Use corsair.bestbuy.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Categories

Path: bestbuy.db.categories.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Products

Path: bestbuy.db.products.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Reviews

Path: bestbuy.db.reviews.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Stores

Path: bestbuy.db.stores.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.