Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

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?