Transaction OrderMarkShipped
Authentication mode: Checked (known user, must have the privilege)
Database access mode: updating
Inputs:
- orderid: int
The order to be marked
- shiptime: int64
The time when it was shipped. If the user does not have the SetTime privilege or if this property is <=0 the current date/time is set instead.
Outputs:
- order: Order
a fresh copy of the changed order
Privileges
- SetTime
Users with this privilege can set a time for when the order was shipped, for all others the current time is used.