FilterableInventoryItemProps
The filters to apply on retrieved inventory items.
id
string | string[]The IDs to filter inventory items by.
location_id
string | string[]Filter inventory items by the ID of their associated location.
q
stringSearch term to search inventory items' attributes.
sku
string | string[] | StringComparisonOperatorThe SKUs to filter inventory items by.
origin_country
string | string[]The origin country to filter inventory items by.
hs_code
string | string[] | StringComparisonOperatorThe HS Codes to filter inventory items by.
requires_shipping
booleanFilter inventory items by whether they require shipping.
Was this section helpful?