Parameters
1 query
Query parameters
· 1hashstringRequiredUnique order hash identifier.
Example
a1b2c3d4Returns full order detail including items, customer info, pricing, tags, events, IP geolocation, and payment status.
1 query
hashstringRequiredUnique order hash identifier.
a1b2c3d41 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/order/detail
curl -X GET "https://api.bizkithub.com/bff/order/detail?hash=a1b2c3d4" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.