FilterableSalesChannelProps
The filters to apply on the retrieved sales channel.
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 sales channel by.
name
string | string[]Filter sales channels by their names.
is_disabled
booleanFilter sales channels by whether they're disabled.
Was this section helpful?