Skip to main content
Skip to main content

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

descriptionstring | null
heightnumber | null
hs_codestring | null
lengthnumber | null
materialstring | null
metadataRecord<string, unknown> | null
mid_codestring | null
origin_countrystring | null
requires_shippingboolean
skustring | null
thumbnailstring | null
titlestring | null
weightnumber | null
widthnumber | null

CreateInventoryLevelInput

CreateInventoryLevelInput: Object

Type declaration

incoming_quantitynumber
inventory_item_idstringRequired
location_idstringRequired
reserved_quantitynumber
stocked_quantitynumberRequired

CreateReservationItemInput

CreateReservationItemInput: Object

Type declaration

created_bystring
descriptionstring
external_idstring
inventory_item_idstringRequired
line_item_idstring
location_idstringRequired
metadataRecord<string, unknown> | null
quantitynumberRequired

FilterableInventoryItemProps

FilterableInventoryItemProps: Object

Type declaration

hs_codestring | string[] | StringComparisonOperator
idstring | string[]
location_idstring | string[]
origin_countrystring | string[]
qstring
requires_shippingboolean
skustring | string[] | StringComparisonOperator

FilterableInventoryLevelProps

FilterableInventoryLevelProps: Object

Type declaration

incoming_quantitynumber | NumericalComparisonOperator
inventory_item_idstring | string[]
location_idstring | string[]
reserved_quantitynumber | NumericalComparisonOperator
stocked_quantitynumber | NumericalComparisonOperator

FilterableReservationItemProps

FilterableReservationItemProps: Object

Type declaration

created_bystring | string[]
descriptionstring | StringComparisonOperator
idstring | string[]
inventory_item_idstring | string[]
line_item_idstring | string[]
location_idstring | string[]
typestring | string[]

UpdateInventoryLevelInput

UpdateInventoryLevelInput: Object

Type declaration

incoming_quantitynumber
stocked_quantitynumber

UpdateReservationItemInput

UpdateReservationItemInput: Object

Type declaration

descriptionstring
location_idstring
metadataRecord<string, unknown> | null
quantitynumber
Was this section helpful?