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.
Scope: orders.read_write
- Orders Read & Write
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"message":"\u003cstring\u003e"}}