InventoryTypes
internal.internal.InventoryTypes
References
IInventoryService
Re-exports IInventoryService
InventoryItemDTO
Re-exports InventoryItemDTO
InventoryLevelDTO
Re-exports InventoryLevelDTO
ReservationItemDTO
Re-exports ReservationItemDTO
ReserveQuantityContext
Re-exports ReserveQuantityContext
Type Aliases
BulkUpdateInventoryLevelInput
BulkUpdateInventoryLevelInput: { inventory_item_id
: string
; location_id
: string
} & UpdateInventoryLevelInput
CreateInventoryItemInput
CreateInventoryItemInput: Object
Type declaration
description
string | nullheight
number | nullhs_code
string | nulllength
number | nullmaterial
string | nullmetadata
Record<string, unknown> | nullmid_code
string | nullorigin_country
string | nullrequires_shipping
booleansku
string | nullthumbnail
string | nulltitle
string | nullweight
number | nullwidth
number | nullCreateInventoryLevelInput
CreateInventoryLevelInput: Object
Type declaration
incoming_quantity
numberinventory_item_id
stringRequiredlocation_id
stringRequiredreserved_quantity
numberstocked_quantity
numberRequiredCreateReservationItemInput
CreateReservationItemInput: Object
Type declaration
created_by
stringdescription
stringexternal_id
stringinventory_item_id
stringRequiredline_item_id
stringlocation_id
stringRequiredmetadata
Record<string, unknown> | nullquantity
numberRequiredFilterableInventoryItemProps
FilterableInventoryItemProps: Object
Type declaration
hs_code
string | string[] | StringComparisonOperatorid
string | string[]location_id
string | string[]origin_country
string | string[]q
stringrequires_shipping
booleansku
string | string[] | StringComparisonOperatorFilterableInventoryLevelProps
FilterableInventoryLevelProps: Object
Type declaration
incoming_quantity
number | NumericalComparisonOperatorinventory_item_id
string | string[]location_id
string | string[]reserved_quantity
number | NumericalComparisonOperatorstocked_quantity
number | NumericalComparisonOperatorFilterableReservationItemProps
FilterableReservationItemProps: Object
Type declaration
created_by
string | string[]description
string | StringComparisonOperatorid
string | string[]inventory_item_id
string | string[]line_item_id
string | string[]location_id
string | string[]quantity
number | NumericalComparisonOperatortype
string | string[]UpdateInventoryLevelInput
UpdateInventoryLevelInput: Object
Type declaration
incoming_quantity
numberstocked_quantity
numberUpdateReservationItemInput
UpdateReservationItemInput: Object
Type declaration
description
stringlocation_id
stringmetadata
Record<string, unknown> | nullquantity
numberWas this section helpful?