Skip to main content
Skip to main content

FilterableInventoryLevelProps

The filters to apply on retrieved inventory levels.

inventory_item_idstring | string[]
Filter inventory levels by the ID of their associated inventory item.
location_idstring | string[]
Filter inventory levels by the ID of their associated inventory location.
stocked_quantitynumber | NumericalComparisonOperator
Filters to apply on inventory levels' stocked_quantity attribute.
reserved_quantitynumber | NumericalComparisonOperator
Filters to apply on inventory levels' reserved_quantity attribute.
incoming_quantitynumber | NumericalComparisonOperator
Filters to apply on inventory levels' incoming_quantity attribute.
Was this section helpful?