Manual Receive
POST/api/orders/manualfulfillment
Tier: Public — stable, supported for third-party integration.
Manually records allocation or receipt for a set of tags, without requiring a physical
scan. Equivalent to OrderController.ManualReceiveIgnorExisting(...) with ignoreExisting
defaulted to true.
Request
Responses
- 200
- 400
- 401
- 403
Returns Orders.OrderOperationResultDto with OrderDto populated (this operation never runs asynchronously).
See OrderController.ManualReceiveIgnorExisting(...).
The caller is not authenticated.
The caller lacks Order Update permission.