Parameters
1 query
Query parameters
· 1hashstringRequiredUnique order hash identifier.
Example
a1b2c3d4Lightweight 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.
1 query
hashstringRequiredUnique order hash identifier.
a1b2c3d41 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/order/preview
curl -X GET "https://api.bizkithub.com/bff/order/preview?hash=a1b2c3d4" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.