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
Hello there,
i had webhooks set up since some weeks that basically integrate a shopify shop into a kirby website. That all worked fine (last updated products cache was 29 of october) untill last night, when products in the shopify admin got added and from then on, the transferred JSON file has "value":null.
This causes the whole site to crash and i can't understand what has changed between the 29th and now...
Hey @possible_is
Can you paste a couple of example webhooks and maybe some IDs for the products associated with them?
Kevin_A | Solutions Engineer @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Hi,
after a lot of investigation, i found out, the problem is the 250 item api limit, that shopify sets. around 250 items, only 246 arrive at my website, and at 293 items, everything breaks down.
so, its not the webhooks, but the api call for the shopping items. probably a time-out problem...