bitburner-src/markdown/bitburner.warehouseapi.makeproduct.md
Olivier Gagnon c915cd06d8 corp doc
2021-12-08 20:03:22 -05:00

35 lines
890 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [WarehouseAPI](./bitburner.warehouseapi.md) &gt; [makeProduct](./bitburner.warehouseapi.makeproduct.md)
## WarehouseAPI.makeProduct() method
Create a new product
<b>Signature:</b>
```typescript
makeProduct(
divisionName: string,
cityName: string,
productName: string,
designInvest: number,
marketingInvest: number,
): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| divisionName | string | Name of the division |
| cityName | string | Name of the city |
| productName | string | Name of the product |
| designInvest | number | Amount to invest for the design of the product. |
| marketingInvest | number | Amount to invest for the marketing of the product. |
<b>Returns:</b>
void