HomeVendure CoreMoreMoreShippingShippingEligibilityCheckerConfigOn this pageShippingEligibilityCheckerConfig@vendure/coreSource Configuration passed into the constructor of a ShippingEligibilityChecker to configure its behavior. Signatureinterface ShippingEligibilityCheckerConfig<T extends ConfigArgs> extends ConfigurableOperationDefOptions<T> { check: CheckShippingEligibilityCheckerFn<T>; shouldRunCheck?: ShouldRunCheckFn<T>;} Extends: ConfigurableOperationDefOptions<T> checkpropertyCheckShippingEligibilityCheckerFn<T>shouldRunCheckpropertyShouldRunCheckFn<T>Was this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousShippingEligibilityCheckerNextShippingLineAssignmentStrategyEdited Jan 28, 2026ยทEdit this page