Light Mode
Create Order Invoice
POST
/orders/{order_id}/print-invoiceLast modified:Â 16 days ago
This endpoint allows you to create / print the Order Invoice by passing the order_id
as the path parameter.
Request
Path Params
order_id
integerÂ
required
A unique alphanumeric code or identifier assigned to a specific order. List of Order ID can be found here
Example:
289032373
Request samples
Responses
Success(200)
Error Validation(422)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 200,
"success": true,
"data": {
"url": "temp/adaisjdos/order-123123-invoice.pdf"
}
}
Last modified: 16 days ago