- productSet mutation now enforces a 50,000 inventory quantity limit across all variants (supporting up to 2048 variants per product)
- Exceeding the limit returns an INVENTORY_QUANTITIES_LIMIT_EXCEEDED user error; same validation added to productVariantsBulkCreate and productVariantsBulkUpdate
- Guidance to batch operations, use inventorySetQuantities, or bulk mutations to stay within the new limit