bulk_create_developer_products
Creates multiple Roblox developer products for a universe in a single call, with automatic rate limiting and per-item error handling so one failure doesn't stop the rest.
Instructions
Create many developer products in one call. Use this instead of calling create_developer_product repeatedly. Items are created sequentially with automatic rate limiting (the API allows 3 writes/second). Returns a summary plus a per-item result (created 'id' or error); one failing item does not stop the rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | The developer products to create. | |
| universeId | Yes | The Roblox universe (game) ID. |