go-shopify
go-shopify copied to clipboard
The required line_items_by_fulfillment_order field is missing error.
When I'm trying to create fulfillment I got error The required line_items_by_fulfillment_order field is missing error.
with status 400.
As I can see on documentation it was change Fulfillment model for create (https://shopify.dev/docs/api/admin-rest/2023-01/resources/fulfillment#post-fulfillments-fulfillment-id-update-tracking).
You're right, this is currently missing and needs some updating. I'm a bit tight with time but I can review a PR if you (or anyone else!) sends one over.
I think this was fixed by https://github.com/bold-commerce/go-shopify/pull/241
https://github.com/bold-commerce/go-shopify/blob/master/fulfillment.go#L63