[Home](./index.md) > [bitburner](./bitburner.md) > [WarehouseAPI](./bitburner.warehouseapi.md) > [setSmartSupply](./bitburner.warehouseapi.setsmartsupply.md) ## WarehouseAPI.setSmartSupply() method Set smart supply. **Signature:** ```typescript setSmartSupply(divisionName: string, city: CityName, enabled: boolean): void; ``` ## Parameters
| Parameter | Type | Description |
|---|---|---|
| divisionName | string | Name of the division |
| city | [CityName](./bitburner.cityname.md) | Name of the city |
| enabled | boolean | Use true to enable, false otherwise. |