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
When marking an order as fulfilled in our development store this is (part of) the payload from Shopify's webhook:
{ "id": 2525395943574, "order_id": 2667735023766, "status": "success", "created_at": "2020-08-14T09:29:40-04:00", "service": "manual", "updated_at": "2020-08-14T09:29:40-04:00", "tracking_company": null, "shipment_status": null,
Why is the tracking_company and shipment_status "null"? A tracking number and company was filled in when marking the order as fulfilled.
Hi @Asbjørn
I can try and look into why this might be the case. What topic were you subscribed to when you received this webhook?
Cheers,
Mike
To learn more visit the Shopify Help Center or the Community Blog.
Hey Mike,
We are subscribed to the Webhook topic: fulfillments/update