Updates the Order Object in the Database.
[Visual Basic] Public Sub Update() [C#] public void Update(); [C++] public: void Update(); [JScript] public function Update();
Only updates Shipping and Billing Customer. All other Properties are either Readonly or must be set explicitely by calling their appropriate Functions. Requires Authentication Context
Exception Type | Condition |
---|---|
InvalidCredentialException | Indicates that no Authorization Context was provided |
InvalidOperationException | Indicates that Order is already Shipping and no changes can be made to this Order |
Order Class | ppm3dakClient.Shop Namespace | SetStatus | AddOrderItem | DeleteOrderItem