CartExtension.BuyerActionDetails

This Apex object exposes details about the buyer interactions that have happened within the CartExtension.Cart since the last CartExtension.CartCalculate run. It provides information that can be used to optimize the business logic in custom calculators.

Indicates whether Checkout has started

TypeDescription
Booleans Boolean

Get the list of changed Delivery Groups with detailed info about the changes

TypeDescription
List<CartDeliveryGroupChange>s List

Get the list of changed Cart Items with detailed info about the changes

TypeDescription
List<CartItemChange>s List

Get the list of changed Coupons with detailed info about the changes

TypeDescription
List<CouponChange>s List

Builds an instance of BuyerActionDetails. This should only be used for Apex unit testing.