Skip to main content
Skip to main content

AllocationType

The scope that the discount should apply to.

Enumeration Members

TOTAL

TOTAL = "total"

The discount should be applied to the checkout total.

ITEM

ITEM = "item"

The discount should be applied to applicable items in the cart.

Was this section helpful?