/bff/order/set-status
Manually changes the order status and sends the corresponding notification.
OrderpostBffOrderSet-status
Parameters
2 body
Body · 2
orderHashstringRequiredUnique order hash identifier.
statusCodestringRequiredTarget status code to set on the order.
Request
POST /bff/order/set-status
curl -X POST "https://api.bizkithub.com/bff/order/set-status" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"orderHash": "example_orderHash",
"statusCode": "processing"
}'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.