Send Shipped Order Email
amerta / amerta/payload/utilities/emails/sendOrderEmail / sendShippedOrderEmail
Function: sendShippedOrderEmail()
sendShippedOrderEmail(
customer,order):Promise<void>
Defined in: amerta/payload/utilities/emails/sendOrderEmail.ts:208
Sends a shipped order notification email to the customer.
Notifies the customer that their order has been shipped with tracking information.
Parameters
| Parameter | Type | Description |
| ------ | ------ | ------ |
| customer | Customer | The customer whose order shipped |
| order | Order | The shipped order object with tracking info |
Returns
Promise<void>