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

Brands

Path: brandfetch.db.brands.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.

Companies

Path: brandfetch.db.companies.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.

Webhooks

Path: brandfetch.db.webhooks.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.