Hello, I have registered Product/create and Product/update webhooks and created some products. The data received in product/create webhook seems incomplete. I have created products with 3 to 4 variants having one and two option values. The webhook is providing data for only one variant. However, I am receiving complete data with product/update webhook which I get simultaneously with product/create webhook.
Webhooks registration is okay from my side and I am receiving the data, the problem happens just with product/create webhook. Can you help me find if something wrong with it?