Deletes given OrderItem from Order and recalculates Order Price
[Visual Basic] Public Sub DeleteOrderItem( _ ByVal OrderItem As OrderItem _ ) [C#] public void DeleteOrderItem( OrderItem OrderItem ); [C++] public: void DeleteOrderItem( OrderItem* OrderItem ); [JScript] public function DeleteOrderItem( OrderItem OrderItem );
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 |
InvalidConstraintException | Indicates that OrderItem is not associated with current Order |
Exception | Something went wrong while deleting OrderItem |
Order Class | ppm3dakClient.Shop Namespace | Order.DeleteOrderItem Overload List