9. Default rule checkers¶
Sylius ships with several shipping rule checker types, so you can easily decide whether the shipping method is applicable to given shipment.
9.1. Item count¶
The item_count checker, accepts the subject only if the items count fits into min and max range.
You can configure a method, which will be available only if the shipment contains more than 5 items, but less than 20.
9.2. Item total¶
The item_total checker, is testing if the shipping subject total value is more than configured minimum, or eventually, less than maximum.
9.3. Weight¶
The weight checker, allows to ship the shipment using the particular method, only if the shipment weight falls into the configure min and max range.
9.4. More checkers¶
Depending on community contributions and Sylius resources, more default checkers can be implemented.