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

Categories

Path: cloudcart.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.

Customers

Path: cloudcart.db.customers.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.

Orders

Path: cloudcart.db.orders.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: cloudcart.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.

Variants

Path: cloudcart.db.variants.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.