BizKitHub
DocsAPI ReferenceOrder/bff/order/preview
getOrderAdmin BFF

/bff/order/preview

Lightweight version of /detail for use inside hover popovers on the order grid. Skips addresses, cost items, vouchers, the full event timeline; collapses items to at most 8 rows and reports the total via itemCount. Intended to be fetched lazily on first hover — the grid caches by hash.

OrdergetBffOrderPreview

Parameters

1 query

Query parameters

· 1
hashstringRequired

Unique order hash identifier.

Examplea1b2c3d4

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/order/preview

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

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key