DocsAPI ReferenceOrder/bff/order/resend-notification
postOrderAdmin BFF

/bff/order/resend-notification

Re-sends the status notification email for the order using the specified or current status template.

OrderpostBffOrderResend-notification

Parameters

2 body

2 total
Body · 2
orderHashstringRequired

Unique order hash identifier.

statusCodestring

Status code whose notification template to send. Defaults to current status.

Request

POST /bff/order/resend-notification

post
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"
}'

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key