create_developer_product
Create a new developer product in a Roblox universe using a name. Optionally set a price and mark it for sale to make it purchasable. Returns the product's new ID.
Instructions
Create a new developer product in a universe. Only a name is required. To make it purchasable, also pass priceInRobux and isForSale: true — it cannot be put on sale without a price. Returns the created developer product including its new ID. Requires an API key scoped to write developer products.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The developer product name shown to buyers. | |
| isForSale | No | Whether it is available for purchase. Requires a price. | |
| universeId | Yes | The Roblox universe (game) ID. | |
| description | No | Optional description. | |
| priceInRobux | No | Price in Robux. Required before it can be sold. |