How can I auto-fulfill digital items on orders using Flow?

Hi,

I’m trying to create a flow that automatically fulfills a digital item on an order.

Is it possible to do this with Shopify Flow?

I’ve managed to do it with HTTP requests but I’m wondering if there’s not a native way to do this.

Not yet, so stick with Send HTTP Request.

Can you elaborate on this?

how can I fulfill a line item of an order with an http request?

Might be a couple ways to do this, but for example call this API https://shopify.dev/docs/api/admin-graphql/2023-04/mutations/fulfillmentCreateV2

You can now do this using “Mark fulfillment order as fulfilled” action. We also have a template for this exact scenario, look up “Fulfill a digital item in an order” in the templates section.