Can we add fulfillmentOrderLineItemId and Variant.BarCode for each line item
Hey @Polarove, webhook payloads have a fixed structure. You can see the complete list of available webhooks and payload examples fields in the webhook reference documentation.
For fields that aren’t included in the webhook payload, the standard approach is to use the webhook as a trigger, then fetch the additional details via the GraphQL Admin API.
I’m happy to pass along your feedback about including these fields directly in the webhook payload. Feel free to share any additional context about your use case that might help inform that request.