list_developer_products
List all developer products for a Roblox universe, returning each item's ID, name, price, description, and on-sale status. Use it to review a game's products or locate an ID before updating.
Instructions
List the developer products for a Roblox universe (game). Returns each item's ID, name, price, description, and on-sale status. Use this to see a game's developer products or to find an ID before updating one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageToken | No | Token from a previous response to fetch the next page. | |
| universeId | Yes | The Roblox universe (game) ID. | |
| maxPageSize | No | Maximum number of results to return per page. |