Interface: CreateInventoryInput
Defined in: type/CreateInventoryInput.ts:5
Input object for CreateInventoryInput
Properties
costPrice?
optionalcostPrice?:number
Defined in: type/CreateInventoryInput.ts:21
Inventory cost price
location?
optionallocation?:string
Defined in: type/CreateInventoryInput.ts:13
Inventory location
nextDeliveryDate?
optionalnextDeliveryDate?:string
Defined in: type/CreateInventoryInput.ts:19
Inventory estimated next delivery date in ISO8601 format
notes?
optionalnotes?:string
Defined in: type/CreateInventoryInput.ts:17
Inventory notes
productId
productId:
number
Defined in: type/CreateInventoryInput.ts:9
Inventory product identifier
quantity
quantity:
number
Defined in: type/CreateInventoryInput.ts:11
Inventory quantity
supplier?
optionalsupplier?:string
Defined in: type/CreateInventoryInput.ts:25
Inventory supplier. Defaults:
- 'INTERN' for local inventory type
- '[inherited from product supplier]' for supplier inventory type
type
type:
InventoryType
Defined in: type/CreateInventoryInput.ts:7
Inventory type to create
warehouseId?
optionalwarehouseId?:number
Defined in: type/CreateInventoryInput.ts:15
Inventory warehouse identifier