BuyerActions

This Apex object exposes information about the buyer interactions that have happened with the Cart since the last calculation run. It allows custom orchestration implementation, based on CartSummary, to use getBuyerActions() from the CartSummaryCalculationRequest object to choose which calculators to run.
To write Apex tests, use BuyerActionsMock.

Returns true if the buyer has started checkout, false otherwise.

Type

Boolean

Description

Returns true if the buyer has cancelled checkout, false otherwise.

Type

Boolean

Description

Returns true if the buyer has selected a delivery method, false otherwise.

Type

Boolean

Description

Returns true if the buyer has created, updated, or deleted a delivery group, false otherwise.

Type

Boolean

Description

Returns true if the buyer has created, updated, or deleted a cart item, false otherwise.

Type

Boolean

Description

Returns true if the buyer has created, updated, or deleted a coupon, false otherwise.

Type

Boolean

Description