DocsAPI ReferenceOrder/bff/order/create-invoice
getOrderAdmin BFF

/bff/order/create-invoice

Generates an invoice document of the specified type for the order.

OrdergetBffOrderCreate-invoice

Parameters

2 query

2 total
Query · 2
hashstringRequired

Unique order hash identifier.

typestringRequired

Invoice type (e.g. "proforma", "invoice", "credit-note").

Request

GET /bff/order/create-invoice

get
curl -X GET "https://api.bizkithub.com/bff/order/create-invoice?hash=a1b2c3d4&type=invoice" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key