Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services Namespace / IOrderStatusService Interface / UpdateOrderStatus Method / UpdateOrderStatus(Order,Int32,Int32,StoreEvent,Int32) Method
The order for which to update the order status
Old order status id to assume
New order status id to set to
The store event that resulted in status update
The id of user requesting order satus update
In This Topic
    UpdateOrderStatus(Order,Int32,Int32,StoreEvent,Int32) Method
    In This Topic
    Updates order status of the given order
    Syntax

    Parameters

    order
    The order for which to update the order status
    oldStatusId
    Old order status id to assume
    newStatusId
    New order status id to set to
    storeEvent
    The store event that resulted in status update
    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