Hello,
When editing items in a POS Shopify order, the order edit email is not being sent. With the same calls used with Online Store orders, the email is being sent as expected.
Ex:
Online Order:
Notice the order edit email is sent to customer.
POS order:
Notice there is no order edited email sent.
Code snippets used:
Please note that the code snipppets is same no matter which channel used. Our code makes no distinction.
The below string are sent through the GraphQL service from the ShopifySharp GraphService.
As can be seen below, the orderEditCommit call always has the “notifyCustomer: true” set.
Please also understand we replace some values in below string before posting to the service.