3dak Client

Order.Update Method 

Updates the Order Object in the Database.

[Visual Basic]
Public Sub Update()
[C#]
public void Update();
[C++]
public: void Update();
[JScript]
public function Update();

Remarks

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

Exceptions

Exception TypeCondition
InvalidCredentialExceptionIndicates that no Authorization Context was provided
InvalidOperationExceptionIndicates that Order is already Shipping and no changes can be made to this Order

See Also

Order Class | ppm3dakClient.Shop Namespace | SetStatus | AddOrderItem | DeleteOrderItem