Defines the shipment properties for height, length, ship date, weight, and width.
Attribute | Description |
height | Optional string attribute. Defines the Commerce Server Shipment property name for height. The named property can be a weakly typed or strongly typed property of Shipment. The property value will be interpreted as a double. If the named property does not exist, the Shipment height will be set to 0. The default value is "Height". |
length | Optional string attribute. Defines the Commerce Server Shipment property name for length. The named property can be a weakly typed or strongly typed property of Shipment. The property value will be interpreted as a double. If the named property does not exist, the Shipment length will be set to 0. The default value is "Length". |
shipDate | Optional string attribute. Defines the Commerce Server Shipment property name for ship date. The named property can be a weakly typed or strongly typed property of Shipment. The property value will be interpreted as a nullable DateTime. If the named property does not exist, the Shipment ship date will be set to null. The default value is "ShipDate". |
weight | Optional string attribute. Defines the Commerce Server Shipment property name for weight. The named property can be a weakly typed or strongly typed property of Shipment. The property value will be interpreted as a double. If the named property does not exist, the Shipment weight will be set to 0. The default value is "Height". |
width | Optional string attribute. Defines the Commerce Server Shipment property name for width. The named property can be a weakly typed or strongly typed property of Shipment. The property value will be interpreted as a double. If the named property does not exist, the Shipment width will be set to 0. The default value is "Width". |