/bff/order/update-notice
Updates the internal and public notice texts on the order.
OrderpostBffOrderUpdate-notice
Parameters
3 body
Body · 3
orderHashstringRequiredUnique order hash identifier.
internalNoticestringRequiredInternal note visible only to staff.
publicNoticestringRequiredPublic note visible to the customer.
Request
POST /bff/order/update-notice
curl -X POST "https://api.bizkithub.com/bff/order/update-notice" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"orderHash": "example_orderHash",
"internalNotice": "example_internalNotice",
"publicNotice": "example_publicNotice"
}'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.