Defines the line item properties for shippable and weight.
Attributes
Attribute | Description |
shippable | Optional string attribute. Defines the Commerce Server LineItem property name for shippable. The named property can be a weakly typed or strongly typed property of LineItem. The property value will be interpreted as a boolean. If the named property does not exist, the LineItem will be considered shippable. The default value is "Shippable". |
weight | Optional string attribute. Defines the Commerce Server LineItem property name for line item weight. The named property can be a weakly typed or strongly typed property of LineItem. The property value will be interpreted as a double. If the named property does not exist, the LineItem weight will be 0. The default value is "Weight". |