Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderRepository Class / UpdateOrderStatus Method / UpdateOrderStatus(Order,OrderStatus) Method
The order for which to update the order status
The new OrderStatus to set for the order
In This Topic
    UpdateOrderStatus(Order,OrderStatus) Method
    In This Topic
    Updates order status of the given order
    Syntax
    [Obsolete("Use OrderStatusService.Update instead.")]
    public void UpdateOrderStatus( 
       Order order,
       OrderStatus newStatus
    )

    Parameters

    order
    The order for which to update the order status
    newStatus
    The new OrderStatus to set for the order
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also