Modo Claro
Send Order Invoice
POST
/orders/{order_id}/send-invoiceLast modified: 17 days ago
This 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
Parâmetros Path
order_id
number
requerido
A unique alphanumeric code or identifier assigned to a specific order. List of Order ID can be found here
Exemplo:
289032373
Request samples
Respostas
Success(200)
Error Validation(422)
HTTP Code: 200
Content Type : JSONapplication/json
Esquema de Dados
No schema defined
ExemploOk
{
"status": 200,
"success": true,
"data": {
"message": "تم ارسال رسالة الفاتورة بنجاح"
}
}
Last modified: 17 days ago