> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/enums/infotype.md).

# InfoType

## Overview

InfoType is an Enum that defines the type of items sold via MarketplaceService.

This is used in the MarketplaceService:GetProductInfo() method and identifies the type of products.

## Items

| Name         | Value | Description                                  |
| ------------ | ----- | -------------------------------------------- |
| Asset        | 0     | Currently not supported.                     |
| Product      | 1     | Represents that the item is a world product. |
| GamePass     | 2     | Currently not supported.                     |
| Subscription | 3     | Currently not supported.                     |

## See also

{% content-ref url="/pages/3emEzPuk4Ggzz94GmbvI" %}
[MarketplaceService](/development/api-reference/classes/marketplaceservice.md)
{% endcontent-ref %}
