Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
HI ,
We are subscribed to a shopify products/create event using callback url .
In the event payload the image data points are coming as null , however the product is being created with images in place. Earlier in the event payload the data was present and we are following the same steps while creating the product .
Any help on how to debug this .
hello there
If you are subscribed to the Shopify products/create event and are not receiving image data points in the event payload, there may be a few possible reasons for this:
Check if the images have been uploaded to Shopify: Make sure that the images for the product have been uploaded to Shopify and are visible in the product details page. If the images are missing or not uploaded properly, they may not be included in the event payload.
Verify the payload format: Double-check the payload format to ensure that it matches the expected format. The payload may have changed if there have been updates to the Shopify API.
Check if the callback URL is correct: Verify that the callback URL you provided is correct and is receiving the events. You can test this by manually triggering a products/create event and checking if your endpoint receives the event.
Check for any errors or warnings: Review the logs of your endpoint to see if there are any errors or warnings that may be affecting the payload.