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.
id
string | string[]The IDs to filter the stores by.
name
string | string[]Filter stores by their names.
Was this section helpful?