Send Order Invoice
POST
/orders/{order_id}/send-invoiceThis endpoint allows you to send the order invoice to the customer's email by passing the order_id
as a path parameter.
:::tip[Note]
To send the invoice, the email address should be recorded on the invoice.
:::
Request
A unique alphanumeric code or identifier assigned to a specific order. List of Order ID can be found here
Request samples
[api.label.responses]
Response status code, a numeric or alphanumeric identifier used to convey the outcome or status of a request, operation, or transaction in various systems and applications, typically indicating whether the action was successful, encountered an error, or resulted in a specific condition.
Response flag, boolean indicator used to signal a particular condition or state in the response of a system or application, often representing the presence or absence of certain conditions or outcomes.
A text or data communication generated by a system or application in response to a request.
{
"status": 200,
"success": true,
"data": {
"message": "تم ارسال رسالة الفاتورة بنجاح"
}
}