DocsAPI ReferenceOrder/bff/order/set-status
postOrderAdmin BFF

/bff/order/set-status

Manually changes the order status and sends the corresponding notification.

OrderpostBffOrderSet-status

Parameters

2 body

2 total
Body · 2
orderHashstringRequired

Unique order hash identifier.

statusCodestringRequired

Target status code to set on the order.

Request

POST /bff/order/set-status

post
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.

Get API Key