ShippingMethods
ShippingMethods is an auto generated table
Columns
Name
Type
ReadOnly
Description
Amount
String
False
Shipping amount in store currency.
Available
Bool
False
The value of the availability flag for the current shipping method.
BaseAmount
String
False
Shipping amount in base currency.
CarrierCode
String
False
Shipping carrier code.
CarrierTitle
String
False
Shipping carrier title. Otherwise, null.
ErrorMessage
String
False
Shipping Error message.
ExtensionAttributes
String
False
This is an auto-generated column
MethodCode [KEY]
String
False
Shipping method code.
MethodTitle
String
False
Shipping method title. Otherwise, null.
PriceExclTax
String
False
Shipping price excl tax.
PriceInclTax
String
False
Shipping price incl tax.
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name
Type
Description
CartId_p
Int
The shopping cart ID.
Last updated