Skip to main content
Skip to main content

ShippingOptionRequirement

A shipping option requirement defines conditions that a Cart must satisfy for the Shipping Option to be available for usage in the Cart.

Properties

idstringRequired
The shipping option requirement's ID
shipping_option_idstringRequired
The ID of the shipping option that the requirements belong to.
shipping_optionShippingOptionRequired
The details of the shipping option that the requirements belong to.
typeRequirementTypeRequired
The type of the requirement, this defines how the value will be compared to the Cart's total. min\_subtotal requirements define the minimum subtotal that is needed for the Shipping Option to be available, while the max\_subtotal defines the maximum subtotal that the Cart can have for the Shipping Option to be available.
amountnumberRequired
The amount to compare the Cart subtotal to.
deleted_atDateRequired
The date with timezone at which the resource was deleted.
Was this section helpful?