ShippingMethods

Columns

Name

Type

Description

Id [KEY]

Integer

Shipping Method Id.

Name

String

Shipping Method name.

Type

String

Shipping Method type.

Enabled

Boolean

Minimum subtotal of the free shipping.

HandlingFeesPercentageSurcharge

Decimal

Percentage surcharge of the handling fee.

HandlingFeesFixedSurcharge

Decimal

Fixed surcharge of the handling fee.

IsFallback

Boolean

Whether or not this shipping zone is the fallback if all others are not valid for the order.

Last updated