Skip to main content
Skip to main content

RequirementType

The type of shipping option requirement.

Enumeration Members

MIN_SUBTOTAL

MIN_SUBTOTAL = "min_subtotal"

The shipping option can only be applied if the subtotal is greater than the requirement's amount.

MAX_SUBTOTAL

MAX_SUBTOTAL = "max_subtotal"

The shipping option can only be applied if the subtotal is less than the requirement's amont.

Was this section helpful?