mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
775 B
775 B
Home > bitburner > WarehouseAPI > getProduct
WarehouseAPI.getProduct() method
Get product data
Signature:
getProduct(divisionName: string, cityName: CityName | `${CityName}`, productName: string): Product;
Parameters
| Parameter | Type | Description |
|---|---|---|
| divisionName | string | Name of the division |
| cityName | CityName | `${CityName}` | |
| productName | string | Name of the product |
Returns:
product data