Send Order Invoice
POST {{baseUrl}}/orders/:order_id/send-invoice
This endpoint allows you to send the order invoice to the customer's email by passing the order_id
as a path parameter.
:::note To send the invoice, the email address should be recorded on the invoice. :::
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"}}