[Home](./index.md) > [bitburner](./bitburner.md) > [WarehouseAPI](./bitburner.warehouseapi.md) > [setProductMarketTA2](./bitburner.warehouseapi.setproductmarketta2.md) ## WarehouseAPI.setProductMarketTA2() method Set Market-TA2 for a product. **Signature:** ```typescript setProductMarketTA2(divisionName: string, productName: string, on: boolean): void; ``` ## Parameters
| Parameter | Type | Description |
|---|---|---|
| divisionName | string | Name of the division |
| productName | string | Name of the product |
| on | boolean | Use true to enable, false otherwise. |