ClusterOptionSearchInput
Search criteria for finding cluster options.
Provides filtering options for retrieving cluster options based on specific identifiers and visibility status. Used for finding selectable options within product clusters.
input ClusterOptionSearchInput {
ids: [Int!]
hidden: Boolean
}
Fields
ClusterOptionSearchInput.ids
● [Int!]
list scalar
List of specific cluster option identifiers to search for.
Array of unique cluster option IDs to filter by. When provided, only options with matching IDs will be returned. Useful for retrieving specific cluster options or bulk operations.
ClusterOptionSearchInput.hidden
● Boolean
scalar
Include hidden cluster options in results.
When true, includes options marked as hidden in the search results. When false or not specified, only returns visible options that customers can select.