bulk_update_developer_products
Update multiple Roblox developer products in a single call by providing a universe ID and a list of product IDs with the fields to change. Sequential writes with automatic rate limiting keep one failure from stopping the rest.
Instructions
Update many developer products in one call. Use this instead of calling update_developer_product repeatedly. Each entry targets one by ID and changes only the fields you provide. Items are updated sequentially with automatic rate limiting (3 writes/second). Returns a summary plus a per-item result; one failing item does not stop the rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | The developer product updates to apply. | |
| universeId | Yes | The Roblox universe (game) ID. |