Commerce
BCShippingMappings
Represents a mapping between a shipping method in an external store and in ERP.
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
Active | bit | Active | - | |
Description:Indicates whether this mapping is currently active. | ||||
BindingID | int | Store | BCBinding | |
Description:Represents a store to which the entity belongs. The property is a key field. | ||||
CarrierID | nvarchar(15) | Ship Via | Carrier | |
Description:The ship via in ERP. | ||||
ShipTermsID | nvarchar(10) | Shipping Terms | ShipTerms | |
Description:The shipping terms to use when mapping this shipping method. | ||||
ShippingMappingID | int | - | ||
Description:The identity of this record. | ||||
ShippingMethod | nvarchar(200) | Store Shipping Method | - | |
Description:The shipping method in the external store. | ||||
ShippingZone | nvarchar(200) | Store Shipping Zone | - | |
Description:The shipping zone in the external store. | ||||
ZoneID | nvarchar(15) | Shipping Zone | BCBinding | |
Description:The shipping zone in ERP | ||||