Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Checkout Namespace / IBasketService Interface
Methods

In This Topic
    IBasketService Interface Members
    In This Topic

    The following tables list the members exposed by IBasketService.

    Public Methods
     NameDescription
     Method Applies a coupon to the given basket  
     Method Completely clears all contents of the basket.  
     Method Combines any shipments or items in the basket that have equivalent properties.  
     Method Determines whether a basket is fully combined.  
     Method Determines whether a basket is fully packaged.  
     Method Merges any items in the source basket to the target basket.  
     Method Organizes the basket items into default shipments in preparation for checkout  
     Method Processes coupons in the given basket  
     Method Recalculates shipping, coupons, discounts, taxes for the basket.  
     Method Moves the source basket to the target basket.  
     Method Validates the contents of the basket  
    Top
    See Also