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

Collections

Path: asindataapi.db.collections.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.

Destinations

Path: asindataapi.db.destinations.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.

Requests

Path: asindataapi.db.requests.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.

Result Sets

Path: asindataapi.db.resultSets.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.