Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 791 Bytes

bitburner.warehouseapi.getproduct.md

File metadata and controls

28 lines (17 loc) · 791 Bytes

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}` Name of the city
productName string Name of the product

Returns:

Product

product data