Is there a way to use Flows and a GraphQL call to automatically fulfill order line items that contain a specific SKU and do so without triggering an email notification to the customer? I’m familiar with GraphQL commands but am having difficulty with the fulfillmentCreateV2 mutation and am unsure if this is the correct command.
To automatically fulfill order line items with a specific SKU using Shopify’s GraphQL API and ensure that no email notification is sent to the customer, you can indeed use the fulfillmentCreateV2 mutation. This mutation allows you to create a fulfillment for specific line items in an order.
There’s also a notifyCustomer field that you can set to false to prevent a notification from being sent. It would look something like: