I have a fairly large fulfillment in my store (141 line items), but the webhook is empty when listening for FULFILLMENTS_CREATE.
Probably related, if I try to call /orders/{orderId}/fulfillments/{fulfillment_id}.jsonvia the REST api, it returns a response of undefined and a status of 500 (Internal Server Error).
I realize that the REST api is deprecated, but it usually matches the webhook response pretty closely.
If I do a graphql request to get the line items it works and I can retrieve information about the fulfillment, but I am concerned that fulfillments are being missed due to the webhook not working correctly.
500 response REST API request id:
'x-request-id': '5aae2492-53dd-4d6c-b35b-017658f4d2cc-1772812027'
Thanks!