Parameters
JSON body
Request body
application/jsonorderHashstringRequiredUnique order hash identifier.
statusCodestringOptionalStatus code whose notification template to send. Defaults to current status.
Re-sends the status notification email for the order using the specified or current status template.
JSON body
orderHashstringRequiredUnique order hash identifier.
statusCodestringOptionalStatus code whose notification template to send. Defaults to current status.
1 status code documented
successbooleanRequiredtrue{
"success": true
}POST /bff/order/resend-notification
curl -X POST "https://api.bizkithub.com/bff/order/resend-notification" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"orderHash": "example_orderHash",
"statusCode": "example_statusCode"
}'All BizKitHub public API endpoints require authentication via API key.