AdminGetInventoryItemsParams
Parameters used to filter and configure the pagination of the retrieved inventory items.
constructor
Parameters
args
unknown[]RequiredProperties
expand
stringComma-separated relations that should be expanded in the returned data.
fields
stringComma-separated fields that should be included in the returned data.
height
number | NumericalComparisonOperatorNumber filters to apply to inventory items'
height
field.hs_code
string | string[] | StringComparisonOperatorString filters to apply to inventory items'
hs_code
field.id
string | string[]IDs to filter inventory items by.
length
number | NumericalComparisonOperatorNumber filters to apply to inventory items'
length
field.limit
numberLimit the number of items returned in the list.
Default: 20
location_id
string | string[]Location IDs to filter inventory items by.
material
string | string[]Materials to filter inventory items by.
mid_code
string | string[]MID codes to filter inventory items by.
offset
numberThe number of items to skip when retrieving a list.
Default: 0
origin_country
string | string[]Origin countries to filter inventory items by.
q
stringSearch terms to search inventory items' sku, title, and description.
requires_shipping
booleanFilter inventory items by whether they require shipping.
sku
string | string[]SKUs to filter inventory items by.
weight
number | NumericalComparisonOperatorNumber filters to apply to inventory items'
weight
field.width
number | NumericalComparisonOperatorNumber filters to apply to inventory items'
width
field.Was this section helpful?