[Home](./index.md) > [bitburner](./bitburner.md) > [WarehouseAPI](./bitburner.warehouseapi.md) > [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 ## Remarks RAM cost: 10 GB