bitburner-src/markdown/bitburner.warehouseapi.sellproduct.md
2021-12-08 18:19:30 -05:00

35 lines
718 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; [sellProduct](./bitburner.warehouseapi.sellproduct.md)
## WarehouseAPI.sellProduct() method
<b>Signature:</b>
```typescript
sellProduct(
divisionName: string,
cityName: string,
productName: string,
amt: number,
price: number,
all: boolean,
): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| divisionName | string | |
| cityName | string | |
| productName | string | |
| amt | number | |
| price | number | |
| all | boolean | |
<b>Returns:</b>
void