I have a question regarding the recent announcement that products will soon support up to 2048 variants.
In our application, we use the products/update webhook to track changes in variant fields. Currently, the webhook includes all 100 variants, so we don’t need to make any additional requests to fetch variant data.
Could you please clarify what the webhook payload will look like after this change? Will it contain all 2048 variants, or still only 100 variants as before? If it remains 100 variants, will they be sorted by the updatedAt field so that the webhook includes only the most recently updated variants?