Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services Namespace / IOrderStatusService Interface / GetOrderStatus Method
Id of the order for which to get the OrderStatusId
In This Topic
    GetOrderStatus Method (IOrderStatusService)
    In This Topic
    Gets OrderStatus for the given order
    Syntax
    OrderStatus GetOrderStatus( 
       int orderId
    )

    Parameters

    orderId
    Id of the order for which to get the OrderStatusId

    Return Value

    OrderStatus for the given 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