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