FilterableRegionProps
The filters to apply on the retrieved regions.
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[] | OperatorMap<string | string[]>The IDs to filter the regions by.
name
string | OperatorMap<string>Filter regions by their name.
currency_code
string | OperatorMap<string>Filter regions by their currency code.
metadata
Record<string, unknown> | OperatorMap<Record<string, unknown>>Filter regions by their metadata.
created_at
OperatorMap<string>Filter regions by their creation date.
created_at
OperatorMap<string>updated_at
OperatorMap<string>Filter regions by their update date.
updated_at
OperatorMap<string>Was this section helpful?