What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Auto-fulfill an item on an order

Solved

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

rbnali
Shopify Partner
24 1 12

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. 

Accepted Solutions (2)

paul_n
Shopify Staff
1439 157 333

This is an accepted solution.

Not yet, so stick with Send HTTP Request.

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.

View solution in original post

tyler_k
Shopify Staff
5 2 1

This is an accepted solution.

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.

View solution in original post

Replies 4 (4)

paul_n
Shopify Staff
1439 157 333

This is an accepted solution.

Not yet, so stick with Send HTTP Request.

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.
GFW-webAdmin
Shopify Partner
17 1 4

Can you elaborate on this?

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

 

paul_n
Shopify Staff
1439 157 333

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

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.

tyler_k
Shopify Staff
5 2 1

This is an accepted solution.

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.