Send Order Invoice

POST {{baseUrl}}/orders/:order_id/send-invoice

This endpoint allows you to send the order invoice to the customer's email.

Note:

To send the invoice, the email address should be recorded on the invoice.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"message":"\u003cstring\u003e"}}