FilterableReservationItemProps
The filters to apply on retrieved reservation items.
id
string | string[]The IDs to filter reservation items by.
line_item_id
string | string[]Filter reservation items by the ID of their associated line item.
inventory_item_id
string | string[]Filter reservation items by the ID of their associated inventory item.
location_id
string | string[]Filter reservation items by the ID of their associated location.
description
string | StringComparisonOperatorDescription filters to apply on the reservation items'
description
attribute.created_by
string | string[]The "created by" values to filter reservation items by.
quantity
number | NumericalComparisonOperatorFilters to apply on the reservation items'
quantity
attribute.Was this section helpful?