[Home](./index.md) > [bitburner](./bitburner.md) > [WarehouseAPI](./bitburner.warehouseapi.md) > [purchaseWarehouse](./bitburner.warehouseapi.purchasewarehouse.md)
## WarehouseAPI.purchaseWarehouse() method
Purchase warehouse for a new city
Signature:
```typescript
purchaseWarehouse(divisionName: string, cityName: string): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| divisionName | string | Name of the division |
| cityName | string | Name of the city |
Returns:
void