AdminGetInventoryItemsParams
Parameters used to filter and configure the pagination of the retrieved inventory items.
Properties
idstring | string[]IDs to filter inventory items by.
qstringSearch terms to search inventory items' sku, title, and description.
location_idstring | string[]Location IDs to filter inventory items by.
skustring | string[]SKUs to filter inventory items by.
origin_countrystring | string[]Origin countries to filter inventory items by.
mid_codestring | string[]MID codes to filter inventory items by.
materialstring | string[]Materials to filter inventory items by.
hs_codestring | string[] | StringComparisonOperatorString filters to apply to inventory items' 
hs_code field.weightnumber | NumericalComparisonOperatorNumber filters to apply to inventory items' 
weight field.lengthnumber | NumericalComparisonOperatorNumber filters to apply to inventory items' 
length field.heightnumber | NumericalComparisonOperatorNumber filters to apply to inventory items' 
height field.widthnumber | NumericalComparisonOperatorNumber filters to apply to inventory items' 
width field.requires_shippingbooleanFilter inventory items by whether they require shipping.
expandstringComma-separated relations that should be expanded in the returned data.
fieldsstringComma-separated fields that should be included in the returned data.
offsetnumberThe number of items to skip when retrieving a list.
Default: 0
limitnumberLimit the number of items returned in the list.
Default: 20
Was this section helpful?