2022-10-21 17:16:00 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2023-03-18 02:12:43 +01:00
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [WarehouseAPI ](./bitburner.warehouseapi.md ) > [setSmartSupplyOption ](./bitburner.warehouseapi.setsmartsupplyoption.md )
2022-10-21 17:16:00 +02:00
2023-03-18 02:12:43 +01:00
## WarehouseAPI.setSmartSupplyOption() method
2022-10-21 17:16:00 +02:00
2024-08-16 11:02:23 +02:00
Set whether smart supply uses leftovers before buying.
2022-10-21 17:16:00 +02:00
2023-02-11 19:18:50 +01:00
**Signature:**
2022-10-21 17:16:00 +02:00
```typescript
2023-03-18 02:12:43 +01:00
setSmartSupplyOption(
2022-12-30 02:28:53 +01:00
divisionName: string,
city: CityName | `${CityName}` ,
materialName: string,
2023-06-21 00:25:27 +02:00
option: CorpSmartSupplyOption,
2022-12-30 02:28:53 +01:00
): void;
2022-10-21 17:16:00 +02:00
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| divisionName | string | Name of the division |
2022-12-30 02:28:53 +01:00
| city | [CityName ](./bitburner.cityname.md ) \| \`${[CityName](./bitburner.cityname.md)<!-- --> }\` | Name of the city |
2022-10-21 17:16:00 +02:00
| materialName | string | Name of the material |
2024-08-16 11:02:23 +02:00
| option | [CorpSmartSupplyOption ](./bitburner.corpsmartsupplyoption.md ) | Smart supply option. Set "leftovers" to use leftovers, "imports" to use only imported materials, and "none" to not use stored materials. |
2022-10-21 17:16:00 +02:00
2023-02-11 19:18:50 +01:00
**Returns:**
2022-10-21 17:16:00 +02:00
void
2024-08-16 11:02:23 +02:00
## Remarks
RAM cost: 20 GB