/bff/order/set-item-storno
Toggles the storno flag on an order item and recalculates the order price.
OrderpostBffOrderSet-item-storno
Parameters
2 body
Body · 2
orderHashstringRequiredUnique order hash identifier.
itemIdstringRequiredExternal item ID to toggle storno on.
Request
POST /bff/order/set-item-storno
curl -X POST "https://api.bizkithub.com/bff/order/set-item-storno" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"orderHash": "example_orderHash",
"itemId": "example_itemId"
}'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.