2022-10-21 17:16:00 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [Product ](./bitburner.product.md )
## Product interface
Product in a warehouse
2023-02-11 19:18:50 +01:00
**Signature:**
2022-10-21 17:16:00 +02:00
```typescript
interface Product
```
## Properties
2023-02-11 19:18:50 +01:00
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
2023-05-16 00:06:57 +02:00
| [actualSellAmount ](./bitburner.product.actualsellamount.md ) | | number | Amount of product sold last cycle |
2023-07-06 01:50:29 +02:00
| [advertisingInvestment ](./bitburner.product.advertisinginvestment.md ) | | number | Funds that were spent on advertising the product |
2023-05-16 00:06:57 +02:00
| [competition ](./bitburner.product.competition.md ) | | number \| undefined | Competition for the product, only present if "Market Research - Competition" unlocked |
| [demand ](./bitburner.product.demand.md ) | | number \| undefined | Demand for the product, only present if "Market Research - Demand" unlocked |
2023-07-06 01:50:29 +02:00
| [designInvestment ](./bitburner.product.designinvestment.md ) | | number | Funds that were spent on designing the product |
2023-05-16 00:06:57 +02:00
| [desiredSellAmount ](./bitburner.product.desiredsellamount.md ) | | string \| number | Desired sell amount, e.g. "PROD/2" |
| [desiredSellPrice ](./bitburner.product.desiredsellprice.md ) | | string \| number | Desired sell price, can be "MP+5" |
| [developmentProgress ](./bitburner.product.developmentprogress.md ) | | number | A number between 0-100 representing percentage completion |
| [effectiveRating ](./bitburner.product.effectiverating.md ) | | number | Effective rating in the specific city |
2023-02-11 19:18:50 +01:00
| [name ](./bitburner.product.name.md ) | | string | Name of the product |
2023-05-16 00:06:57 +02:00
| [productionAmount ](./bitburner.product.productionamount.md ) | | number | Amount of product produced last cycle |
| [productionCost ](./bitburner.product.productioncost.md ) | | number | Production cost |
| [rating ](./bitburner.product.rating.md ) | | number | Rating based on stats |
2023-11-06 02:09:34 +01:00
| [size ](./bitburner.product.size.md ) | | number | How much warehouse space is occupied per unit of this product |
2023-05-16 00:06:57 +02:00
| [stats ](./bitburner.product.stats.md ) | | { quality: number; performance: number; durability: number; reliability: number; aesthetics: number; features: number; } | Product stats |
| [stored ](./bitburner.product.stored.md ) | | number | Amount of product stored in warehouse |
2022-10-21 17:16:00 +02:00