Create Order Invoice
POST {{baseUrl}}/orders/:order_id/print-invoice
This endpoint allows you to create / print the Order Invoice by passing the order_id
as the path parameter.
orders.read_write
- Orders Read & Write
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cinteger\u003e","success":"\u003cboolean\u003e","data":{"url":"\u003cstring\u003e"}}