The object with the list of Inventory to be added

AddInventoryRequest

interface AddInventoryRequest {
    inventoryItems?: InventoryItem[];
}

Properties

Properties

inventoryItems?: InventoryItem[]

List of Inventory to be added

AddInventoryRequest