
# Catalog Query Items for Item Options

The query filter to return the items containing the specified item option IDs.

## Structure

`CatalogQueryItemsForItemOptions`

## Fields

| Name | Type | Tags | Description | Getter | Setter |
|  --- | --- | --- | --- | --- | --- |
| `itemOptionIds` | `?(string[])` | Optional | A set of `CatalogItemOption` IDs to be used to find associated<br>`CatalogItem`s. All Items that contain all of the given Item Options (in any order)<br>will be returned. | getItemOptionIds(): ?array | setItemOptionIds(?array itemOptionIds): void |

## Example (as JSON)

```json
{
  "item_option_ids": null
}
```

