Skip to main content
Skip to main content

FilterableStoreProps

The filters to apply on the retrieved stores.

An array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
An array of filters to apply on the entity, where each item in the array is joined with an "or" condition.
idstring | string[]
The IDs to filter the stores by.
namestring | string[]
Filter stores by their names.
Was this section helpful?