Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Checkout Namespace / ICheckoutService Interface / ExecuteCheckout Method
The checkout request
A value indicating whether the basket should be validated before executing checkout.
If 'true' store events are triggered, if 'false' store events are suppressed during the checkout.
In This Topic
    ExecuteCheckout Method (ICheckoutService)
    In This Topic
    Executes a checkout request.
    Syntax

    Parameters

    checkoutRequest
    The checkout request
    validateBasket
    A value indicating whether the basket should be validated before executing checkout.
    triggerEvents
    If 'true' store events are triggered, if 'false' store events are suppressed during the checkout.

    Return Value

    The checkout response
    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