FilterableStockLocationProps
The filters to apply on the retrieved stock locations.
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.
q
stringSearch parameter for stock location names
id
string | string[]The IDs to filter stock locations by.
name
string | string[] | OperatorMap<string>The names to filter stock locations by.
Was this section helpful?