Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderShipment Class / Ship Method / Ship(Boolean) Method
If the order associated with this shipment is a GoogleCheckout order, this flag indicates whether to send an update notification to GoogleCheckout or not.
In This Topic
    Ship(Boolean) Method
    In This Topic
    Register that a shipment has been shipped.
    Syntax
    [Obsolete("Google Checkout is obsolete. This method should no longer be used. Use Ship() instead.")]
    public virtual void Ship( 
       bool updateGoogleCheckout
    )

    Parameters

    updateGoogleCheckout
    If the order associated with this shipment is a GoogleCheckout order, this flag indicates whether to send an update notification to GoogleCheckout or not.
    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