Parameters
2 query
Query parameters
· 2hashstringRequiredUnique order hash identifier.
Example
a1b2c3d4typestringRequiredInvoice type (e.g. "proforma", "invoice", "credit-note").
Example
invoiceGenerates an invoice document of the specified type for the order.
2 query
hashstringRequiredUnique order hash identifier.
a1b2c3d4typestringRequiredInvoice type (e.g. "proforma", "invoice", "credit-note").
invoice1 status code documented
successbooleanRequiredtrue{
"success": true
}GET /bff/order/create-invoice
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"All BizKitHub public API endpoints require authentication via API key.