This endpoint is used to send the order's invoice to the customer's email. The invoice is to confirm the customer's order by showing the products he has ordered, their quantities, and their prices.Payload authenticated
#
Response#
order.sendInvoice.success
Usage#
To perform the action of sending the order's invoice to the customer's email, the developer may call the method send()
along with the order_id
.Events#
This endpoins may trigger two events, the onSent and onNotSent events.onSent#
This event is triggered when sending the order's invoice to the customer's email is done without having any errors coming back from the backend.onNotSent#
This event is triggered when sending the order's invoice to the customer's email is not completed and an error has occurred. 
扫码加入 Apifox 微信交流群
在这里,获得 Apifox 使用上的任何帮助,快速上手让你的研测效率得到大幅提升

扫码加入交流群Modified at 2025-02-20 07:53:20