When I make a query like this:
mutation ($fulfillment: FulfillmentV2Input!) {
fulfillmentCreateV2(fulfillment: $fulfillment) {
fulfillment {
id
}
userErrors {
field
message
}
}
}
with variables
variables = {
fulfillment: {
notifyCustomer: false,
...
}
}
A customer using the Shop app will still receive a notification.
Is this a known bug? Plans to fix?
Thanks!
Kunal