A ShippingMethod is used to apply a shipping price to an Order. It is composed of a
ShippingEligibilityChecker and a ShippingCalculator. For a given Order,
the checker is used to determine whether this ShippingMethod can be used. If yes, then
the ShippingMethod can be applied and the calculator is used to determine the price of
shipping.
Extends: VendureEntity
Implements: ChannelAware, SoftDeletable, HasCustomFields, Translatable
Date | nullstringLocaleStringLocaleStringConfigurableOperationConfigurableOperationstringChannel[]Array<Translation<ShippingMethod>>CustomShippingMethodFields(ctx: RequestContext, order: Order) => Promise<ShippingCalculationResult | undefined>(ctx: RequestContext, order: Order) => Promise<boolean>() => any