Skip to main content
Skip to main content

FilterableInventoryLevelProps

The filters to apply on the retrieved inventory levels.

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.
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 | OperatorMap<Number>
Filters to apply on inventory levels' stocked_quantity attribute.
reserved_quantitynumber | OperatorMap<Number>
Filters to apply on inventory levels' reserved_quantity attribute.
incoming_quantitynumber | OperatorMap<Number>
Filters to apply on inventory levels' incoming_quantity attribute.
Was this section helpful?