Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / Order Class / UpdateOrderStatus Method / UpdateOrderStatus(Int32,Int32) Method
Id of the new order status to set
The id of user requesting order satus update
In This Topic
    UpdateOrderStatus(Int32,Int32) Method
    In This Topic
    Update the order status for this order
    Syntax
    public virtual void UpdateOrderStatus( 
       int orderStatusId,
       int updatedByUserId
    )

    Parameters

    orderStatusId
    Id of the new order status to set
    updatedByUserId
    The id of user requesting order satus update
    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