Order
Send invoice 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
#
The id of the invoice to be sent.
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. Modified at 2024-02-18 12:58:00