I noticed that in the admin UI, when I have an order that has Local Pickup as delivery method, I can mark the items as “Ready for pickup” initially, which send the “Ready for pickup” notification to the customer’s email address. Then, when I mark these items as picked up, it does not send a “Picked up by customer” notification.
In any case, when using the fulfillmentCreate or fulfillmentCreateV2 mutation, and set the fulfillment.notifyCustomer to true, even when the fulfillment has a delivery method type of local pickup, it still sends the “shipping confirmation” notification to the customer, regardless. Is there any way to send the “picked up by customer” notification instead?