Shopify Flow > Missing Mutation in Admin API

Hiya,

So for whatever reason the “Send Admin API request” is missing the mutation “fulfillmentCreate”, I’m trying to create a Flow which automatically fullfills certain line items only.

Any ideas?

Thanks in advance.

Not available on the 2024-07 version of the API.

You would have to use fulfillmentCreateV2 for now, but since it’s deprecated I think it’s hidden. Let me check on why that it, because seems like we should have at least one of them.

As a workaround, we still have a template that allows fulfillmentCreateV2. If you install it, you should be able to use that mutation in Flow. Just know that that in a future API version, you’ll have work to do to upgrade your task to use the newer API.

https://shopify.com/admin/apps/flow/editor/templates/fdc49c55-2c87-41d2-bdda-1a28d11763ce

Hi Paul,

Appreciate the response - ah there was no replacent for fullfilmentCreate in API Version 2024-07?

I can see that 2024-10 has a replacement, any ideas as to when Flow will upgrade to this version?

Thanks again

We are working on it. Not sure of timeline yet.

Hi Paul, no worries - I’ll use your work-around for the time being thanks for the input.

The v2 mutation should be available in the UI again, so no need to go through the template. Thanks for pointing this out.

1 Like