bitburner-src/markdown/bitburner.warehouseapi.getproduct.md

29 lines
791 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; [getProduct](./bitburner.warehouseapi.getproduct.md)
## WarehouseAPI.getProduct() method
Get product data
**Signature:**
```typescript
getProduct(divisionName: string, cityName: CityName | `${CityName}`, productName: string): Product;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| divisionName | string | Name of the division |
| cityName | [CityName](./bitburner.cityname.md) \| \`${[CityName](./bitburner.cityname.md)<!-- -->}\` | Name of the city |
| productName | string | Name of the product |
**Returns:**
[Product](./bitburner.product.md)
product data