Covers all questions related to inventory management, order fulfillment, and shipping.
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
I have a fulfillment service setup and a callback url waiting to receive requests and cancellation requests. I have it just logging the requests for now, but it seems to not really be sending requests for a lot of the events.
So far I have previously received a few fulfillment requested and one cancellation requested. I know the endpoint works because I have received a few of these:
HI, there
I guess there might be some reasons:
Did you ever get to the bottom of this? I'm consistently receiving FULFILLMENT_REQUEST webhook requests from Shopify, but have never received a CANCELLATION_REQUEST. Luckily I have a cron job that sweeps any assigned fulfillment cancellations up every 15 mins, so they're still processed after a delay.
I did not, it sort of started working for like ~45% of cancellation and fulfillment requests and I have a 10 minute cron to catch the rest as well.